Html Css Color HEX #566F90 Kashmir Blue

📋 copy color: '#566F90'

red 86 ◦ green 111 ◦ blue 144

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

Shades of Kashmir Blue #566F90

Tints of Kashmir Blue #566F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

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

R = 25.22%
G = 32.55%
B = 42.23%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566F90 (or 0x566F90) is known color: Kashmir Blue. HEX triplet: 56, 6F and 90. RGB value is (86,111,144). Sum of RGB (Red+Green+Blue) = 86+111+144=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #566F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F90 is #A9906F. Grayscale: #6B6B6B. Windows color (decimal): -11112560 or 9465686. OLE color: 9465686.

HSL color Cylindrical-coordinate representation of color #566F90: hue angle of 214.14º 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 #566F90 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 111 144 -
CMYK 0.40 0.23 0 0.44
HSL 214.14º 0.25% 0.45% -
HSV(B) 214.14º 0.4% 0.56% -
XYZ 14.56 15.36 28.58 -
YUV 107.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 86 111 144 0.40 0.23 0 0.44 214.14 0.25 0.45
Hex 56 6F 90 28 17 0 2C D6 19 2D
Octal 126 157 220 50 27 0 54 326 31 55
Binary 1010110 1101111 10010000 101000 10111 0 101100 11010110 11001 101101

Color Harmonies of #566F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F90

Black with #566F90

Text Example


Text Example

White with #566F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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