Html Css Color HEX #566E91 Kashmir Blue

📋 copy color: '#566E91'

red 86 ◦ green 110 ◦ blue 145

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

Shades of Kashmir Blue #566E91

Tints of Kashmir Blue #566E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

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

R = 25.22%
G = 32.26%
B = 42.52%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566E91 (or 0x566E91) is known color: Kashmir Blue. HEX triplet: 56, 6E and 91. RGB value is (86,110,145). Sum of RGB (Red+Green+Blue) = 86+110+145=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #566E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E91 is #A9916E. Grayscale: #6A6A6A. Windows color (decimal): -11112815 or 9530966. OLE color: 9530966.

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

Color convert

RGB 86 110 145 -
CMYK 0.41 0.24 0 0.43
HSL 215.59º 0.26% 0.45% -
HSV(B) 215.59º 0.41% 0.57% -
XYZ 14.52 15.17 28.95 -
YUV 106.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 86 110 145 0.41 0.24 0 0.43 215.59 0.26 0.45
Hex 56 6E 91 29 18 0 2B D8 1A 2D
Octal 126 156 221 51 30 0 53 330 32 55
Binary 1010110 1101110 10010001 101001 11000 0 101011 11011000 11010 101101

Color Harmonies of #566E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566E91

Black with #566E91

Text Example


Text Example

White with #566E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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