Html Css Color HEX #567791 Kashmir Blue

📋 copy color: '#567791'

red 86 ◦ green 119 ◦ blue 145

#567791
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #567791

Tints of Kashmir Blue #567791

RGB

 RED value IS 86 (33.98% from 255) = 24.57%

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 24.57%
G = 34%
B = 41.43%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#567791 (or 0x567791) is known color: Kashmir Blue. HEX triplet: 56, 77 and 91. RGB value is (86,119,145). Sum of RGB (Red+Green+Blue) = 86+119+145=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #567791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567791 is #A9886E. Grayscale: #6F6F6F. Windows color (decimal): -11110511 or 9533270. OLE color: 9533270.

HSL color Cylindrical-coordinate representation of color #567791: hue angle of 206.44º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567791 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 119 145 -
CMYK 0.41 0.18 0 0.43
HSL 206.44º 0.26% 0.45% -
HSV(B) 206.44º 0.41% 0.57% -
XYZ 15.55 17.22 29.29 -
YUV 112.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 86 119 145 0.41 0.18 0 0.43 206.44 0.26 0.45
Hex 56 77 91 29 12 0 2B CE 1A 2D
Octal 126 167 221 51 22 0 53 316 32 55
Binary 1010110 1110111 10010001 101001 10010 0 101011 11001110 11010 101101

Color Harmonies of #567791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567791

Black with #567791

Text Example


Text Example

White with #567791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567791; }

 p { color: rgb(86,119,145); }

 H1.HeaderClassName
 {
   color: #567791;
 }
 .AnyTagClassName
 {
   color: #567791;
 }
</style>

background-color css

<style>
 a { background-color: #567791; }

 a { background-color: rgb(86,119,145); }

 div.DivClassName
 {
   background-color: #567791;
 }
 .BgClassName
 {
   background-color: #567791;
 }
</style>

border-color css

<style>
 span { border-color: #567791; }

 span { border-color: rgb(86,119,145); }

 td.TdClassName
 {
   border-color: #567791;
 }
 .TagClassName
 {
   border-color: #567791;
 }
</style>