Html Css Color HEX #566B8E Kashmir Blue

📋 copy color: '#566B8E'

red 86 ◦ green 107 ◦ blue 142

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

Shades of Kashmir Blue #566B8E

Tints of Kashmir Blue #566B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 25.67%
G = 31.94%
B = 42.39%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566B8E (or 0x566B8E) is known color: Kashmir Blue. HEX triplet: 56, 6B and 8E. RGB value is (86,107,142). Sum of RGB (Red+Green+Blue) = 86+107+142=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #566B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B8E is #A99471. Grayscale: #686868. Windows color (decimal): -11113586 or 9333590. OLE color: 9333590.

HSL color Cylindrical-coordinate representation of color #566B8E: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #566B8E is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 107 142 -
CMYK 0.39 0.25 0 0.44
HSL 217.5º 0.25% 0.45% -
HSV(B) 217.5º 0.39% 0.56% -
XYZ 13.98 14.45 27.64 -
YUV 104.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 86 107 142 0.39 0.25 0 0.44 217.5 0.25 0.45
Hex 56 6B 8E 27 19 0 2C DA 19 2D
Octal 126 153 216 47 31 0 54 332 31 55
Binary 1010110 1101011 10001110 100111 11001 0 101100 11011010 11001 101101

Color Harmonies of #566B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B8E

Black with #566B8E

Text Example


Text Example

White with #566B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,107,142); }

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

background-color css

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

 a { background-color: rgb(86,107,142); }

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

border-color css

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

 span { border-color: rgb(86,107,142); }

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