Html Css Color HEX #566689 Kashmir Blue

📋 copy color: '#566689'

red 86 ◦ green 102 ◦ blue 137

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

Shades of Kashmir Blue #566689

Tints of Kashmir Blue #566689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 26.46%
G = 31.38%
B = 42.15%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#566689 (or 0x566689) is known color: Kashmir Blue. HEX triplet: 56, 66 and 89. RGB value is (86,102,137). Sum of RGB (Red+Green+Blue) = 86+102+137=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #566689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566689 is #A99976. Grayscale: #656565. Windows color (decimal): -11114871 or 9004630. OLE color: 9004630.

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

Color convert

RGB 86 102 137 -
CMYK 0.37 0.26 0 0.46
HSL 221.18º 0.23% 0.44% -
HSV(B) 221.18º 0.37% 0.54% -
XYZ 13.1 13.29 25.54 -
YUV 101.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 86 102 137 0.37 0.26 0 0.46 221.18 0.23 0.44
Hex 56 66 89 25 1A 0 2E DD 17 2C
Octal 126 146 211 45 32 0 56 335 27 54
Binary 1010110 1100110 10001001 100101 11010 0 101110 11011101 10111 101100

Color Harmonies of #566689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566689

Black with #566689

Text Example


Text Example

White with #566689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566689; }

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

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

background-color css

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

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

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

border-color css

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

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

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