Html Css Color HEX #566A89 Kashmir Blue

📋 copy color: '#566A89'

red 86 ◦ green 106 ◦ blue 137

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

Shades of Kashmir Blue #566A89

Tints of Kashmir Blue #566A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 26.14%
G = 32.22%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#566A89 (or 0x566A89) is known color: Kashmir Blue. HEX triplet: 56, 6A and 89. RGB value is (86,106,137). Sum of RGB (Red+Green+Blue) = 86+106+137=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #566A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A89 is #A99576. Grayscale: #676767. Windows color (decimal): -11113847 or 9005654. OLE color: 9005654.

HSL color Cylindrical-coordinate representation of color #566A89: hue angle of 216.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566A89 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 106 137 -
CMYK 0.37 0.23 0 0.46
HSL 216.47º 0.23% 0.44% -
HSV(B) 216.47º 0.37% 0.54% -
XYZ 13.51 14.09 25.68 -
YUV 103.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 86 106 137 0.37 0.23 0 0.46 216.47 0.23 0.44
Hex 56 6A 89 25 17 0 2E D8 17 2C
Octal 126 152 211 45 27 0 56 330 27 54
Binary 1010110 1101010 10001001 100101 10111 0 101110 11011000 10111 101100

Color Harmonies of #566A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A89

Black with #566A89

Text Example


Text Example

White with #566A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,106,137); }

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

background-color css

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

 a { background-color: rgb(86,106,137); }

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

border-color css

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

 span { border-color: rgb(86,106,137); }

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