#567892

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

Shades of Kashmir Blue #567892

Tints of Kashmir Blue #567892

Color information

#567892 (or 0x567892) is unknown color: approx Kashmir Blue. HEX triplet: 56, 78 and 92. RGB value is (86,120,146). Sum of RGB (Red+Green+Blue) = 86+120+146=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #567892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567892 is #A9876D. Grayscale: #707070. Windows color (decimal): -11110254 or 9599062. OLE color: 9599062.

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

Color convert

RGB86120146-
CMYK0.410.1800.43
HSL206º25.86%45.49%-
HSV(B)206º41.1%57.25%-
XYZ15.7417.4929.74-
YUV112.8146.74108.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=24.43%
G=34.09%
B=41.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861201460.410.1800.4320625.8645.49
Hex567892291202Bce1a2d
Octal12617022251220533163255
Binary10101101111000100100101010011001001010111100111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567892; }

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

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

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

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

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

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

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

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