#566F92

Color #566F92 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #566F92

Tints of Kashmir Blue #566F92

Color information

#566F92 (or 0x566F92) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6F and 92. RGB value is (86,111,146). Sum of RGB (Red+Green+Blue) = 86+111+146=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #566F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F92 is #A9906D. Grayscale: #6B6B6B. Windows color (decimal): -11112558 or 9596758. OLE color: 9596758.

HSL color Cylindrical-coordinate representation of color #566F92: hue angle of 215º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566F92 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86111146-
CMYK0.410.2400.43
HSL215º25.86%45.49%-
HSV(B)215º41.1%57.25%-
XYZ14.7115.4229.4-
YUV107.52149.72112.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=25.07%
G=32.36%
B=42.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861111460.410.2400.4321525.8645.49
Hex566F92291802Bd71a2d
Octal12615722251300533273255
Binary10101101101111100100101010011100001010111101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #566F92;
 }
 .AnyTagClassName
 {
   color: #566F92;
 }
</style>
background-color css

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

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

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

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

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

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