Html Css Color HEX #566388 Kashmir Blue

📋 copy color: '#566388'

red 86 ◦ green 99 ◦ blue 136

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

Shades of Kashmir Blue #566388

Tints of Kashmir Blue #566388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 26.79%
G = 30.84%
B = 42.37%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566388 (or 0x566388) is known color: Kashmir Blue. HEX triplet: 56, 63 and 88. RGB value is (86,99,136). Sum of RGB (Red+Green+Blue) = 86+99+136=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #566388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566388 is #A99C77. Grayscale: #636363. Windows color (decimal): -11115640 or 8938326. OLE color: 8938326.

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

Color convert

RGB 86 99 136 -
CMYK 0.37 0.27 0 0.47
HSL 224.4º 0.23% 0.44% -
HSV(B) 224.4º 0.37% 0.53% -
XYZ 12.74 12.68 25.07 -
YUV 99.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 86 99 136 0.37 0.27 0 0.47 224.4 0.23 0.44
Hex 56 63 88 25 1B 0 2F E0 17 2C
Octal 126 143 210 45 33 0 57 340 27 54
Binary 1010110 1100011 10001000 100101 11011 0 101111 11100000 10111 101100

Color Harmonies of #566388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566388

Black with #566388

Text Example


Text Example

White with #566388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566388; }

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

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

background-color css

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

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

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

border-color css

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

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

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