Html Css Color HEX #566988 Kashmir Blue

📋 copy color: '#566988'

red 86 ◦ green 105 ◦ blue 136

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

Shades of Kashmir Blue #566988

Tints of Kashmir Blue #566988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 26.3%
G = 32.11%
B = 41.59%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566988 (or 0x566988) is known color: Kashmir Blue. HEX triplet: 56, 69 and 88. RGB value is (86,105,136). Sum of RGB (Red+Green+Blue) = 86+105+136=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #566988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566988 is #A99677. Grayscale: #666666. Windows color (decimal): -11114104 or 8939862. OLE color: 8939862.

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

Color convert

RGB 86 105 136 -
CMYK 0.37 0.23 0 0.47
HSL 217.2º 0.23% 0.44% -
HSV(B) 217.2º 0.37% 0.53% -
XYZ 13.33 13.86 25.26 -
YUV 102.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 86 105 136 0.37 0.23 0 0.47 217.2 0.23 0.44
Hex 56 69 88 25 17 0 2F D9 17 2C
Octal 126 151 210 45 27 0 57 331 27 54
Binary 1010110 1101001 10001000 100101 10111 0 101111 11011001 10111 101100

Color Harmonies of #566988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566988

Black with #566988

Text Example


Text Example

White with #566988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566988; }

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

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

background-color css

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

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

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

border-color css

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

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

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