Html Css Color HEX #566989 Kashmir Blue

📋 copy color: '#566989'

red 86 ◦ green 105 ◦ blue 137

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

Shades of Kashmir Blue #566989

Tints of Kashmir Blue #566989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 26.22%
G = 32.01%
B = 41.77%

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

#566989 (or 0x566989) is known color: Kashmir Blue. HEX triplet: 56, 69 and 89. RGB value is (86,105,137). Sum of RGB (Red+Green+Blue) = 86+105+137=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #566989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566989 is #A99676. Grayscale: #666666. Windows color (decimal): -11114103 or 9005398. OLE color: 9005398.

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

Color convert

RGB 86 105 137 -
CMYK 0.37 0.23 0 0.46
HSL 217.65º 0.23% 0.44% -
HSV(B) 217.65º 0.37% 0.54% -
XYZ 13.4 13.89 25.64 -
YUV 102.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 86 105 137 0.37 0.23 0 0.46 217.65 0.23 0.44
Hex 56 69 89 25 17 0 2E DA 17 2C
Octal 126 151 211 45 27 0 56 332 27 54
Binary 1010110 1101001 10001001 100101 10111 0 101110 11011010 10111 101100

Color Harmonies of #566989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566989

Black with #566989

Text Example


Text Example

White with #566989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566989; }

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

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

background-color css

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

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

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

border-color css

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

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

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