#567292

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

Shades of Kashmir Blue #567292

Tints of Kashmir Blue #567292

Color information

#567292 (or 0x567292) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 92. RGB value is (86,114,146). Sum of RGB (Red+Green+Blue) = 86+114+146=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #567292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567292 is #A98D6D. Grayscale: #6D6D6D. Windows color (decimal): -11111790 or 9597526. OLE color: 9597526.

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

Color convert

RGB86114146-
CMYK0.410.2200.43
HSL212º25.86%45.49%-
HSV(B)212º41.1%57.25%-
XYZ15.0416.0929.51-
YUV109.28148.72111.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=24.86%
G=32.95%
B=42.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861141460.410.2200.4321225.8645.49
Hex567292291602Bd41a2d
Octal12616222251260533243255
Binary10101101110010100100101010011011001010111101010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567292; }

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

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

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

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

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

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

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

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