Html Css Color HEX #566C90 Kashmir Blue

📋 copy color: '#566C90'

red 86 ◦ green 108 ◦ blue 144

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

Shades of Kashmir Blue #566C90

Tints of Kashmir Blue #566C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 25.44%
G = 31.95%
B = 42.6%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566C90 (or 0x566C90) is known color: Kashmir Blue. HEX triplet: 56, 6C and 90. RGB value is (86,108,144). Sum of RGB (Red+Green+Blue) = 86+108+144=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #566C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C90 is #A9936F. Grayscale: #696969. Windows color (decimal): -11113328 or 9464918. OLE color: 9464918.

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

Color convert

RGB 86 108 144 -
CMYK 0.40 0.25 0 0.44
HSL 217.24º 0.25% 0.45% -
HSV(B) 217.24º 0.4% 0.56% -
XYZ 14.23 14.72 28.48 -
YUV 105.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 86 108 144 0.40 0.25 0 0.44 217.24 0.25 0.45
Hex 56 6C 90 28 19 0 2C D9 19 2D
Octal 126 154 220 50 31 0 54 331 31 55
Binary 1010110 1101100 10010000 101000 11001 0 101100 11011001 11001 101101

Color Harmonies of #566C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C90

Black with #566C90

Text Example


Text Example

White with #566C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,108,144); }

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

background-color css

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

 a { background-color: rgb(86,108,144); }

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

border-color css

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

 span { border-color: rgb(86,108,144); }

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