Html Css Color HEX #567091 Kashmir Blue

📋 copy color: '#567091'

red 86 ◦ green 112 ◦ blue 145

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

Shades of Kashmir Blue #567091

Tints of Kashmir Blue #567091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 25.07%
G = 32.65%
B = 42.27%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567091 (or 0x567091) is known color: Kashmir Blue. HEX triplet: 56, 70 and 91. RGB value is (86,112,145). Sum of RGB (Red+Green+Blue) = 86+112+145=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #567091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567091 is #A98F6E. Grayscale: #6B6B6B. Windows color (decimal): -11112303 or 9531478. OLE color: 9531478.

HSL color Cylindrical-coordinate representation of color #567091: hue angle of 213.56º 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 #567091 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 112 145 -
CMYK 0.41 0.23 0 0.43
HSL 213.56º 0.26% 0.45% -
HSV(B) 213.56º 0.41% 0.57% -
XYZ 14.74 15.61 29.02 -
YUV 107.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 86 112 145 0.41 0.23 0 0.43 213.56 0.26 0.45
Hex 56 70 91 29 17 0 2B D6 1A 2D
Octal 126 160 221 51 27 0 53 326 32 55
Binary 1010110 1110000 10010001 101001 10111 0 101011 11010110 11010 101101

Color Harmonies of #567091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567091

Black with #567091

Text Example


Text Example

White with #567091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567091; }

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

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

background-color css

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

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

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

border-color css

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

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

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