#567992

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

Shades of Kashmir Blue #567992

Tints of Kashmir Blue #567992

Color information

#567992 (or 0x567992) is unknown color: approx Kashmir Blue. HEX triplet: 56, 79 and 92. RGB value is (86,121,146). Sum of RGB (Red+Green+Blue) = 86+121+146=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #567992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567992 is #A9866D. Grayscale: #717171. Windows color (decimal): -11109998 or 9599318. OLE color: 9599318.

HSL color Cylindrical-coordinate representation of color #567992: hue angle of 205º 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 #567992 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86121146-
CMYK0.410.1700.43
HSL205º25.86%45.49%-
HSV(B)205º41.1%57.25%-
XYZ15.8617.7329.78-
YUV113.38146.4108.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=24.36%
G=34.28%
B=41.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861211460.410.1700.4320525.8645.49
Hex567992291102Bcd1a2d
Octal12617122251210533153255
Binary10101101111001100100101010011000101010111100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567992; }

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

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

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

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

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

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

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

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