#567291

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

Shades of Kashmir Blue #567291

Tints of Kashmir Blue #567291

Color information

#567291 (or 0x567291) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 91. RGB value is (86,114,145). Sum of RGB (Red+Green+Blue) = 86+114+145=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #567291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567291 is #A98D6E. Grayscale: #6D6D6D. Windows color (decimal): -11111791 or 9531990. OLE color: 9531990.

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

Color convert

RGB86114145-
CMYK0.410.2100.43
HSL211.53º25.54%45.29%-
HSV(B)211.53º40.69%56.86%-
XYZ14.9716.0629.1-
YUV109.16148.22111.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=24.93%
G=33.04%
B=42.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861141450.410.2100.43211.5325.5445.29
Hex567291291502Bd41a2d
Octal12616222151250533243255
Binary10101101110010100100011010011010101010111101010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567291; }

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

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

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

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

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

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

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

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