#567897

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

Shades of Kashmir Blue #567897

Tints of Kashmir Blue #567897

Color information

#567897 (or 0x567897) is unknown color: approx Kashmir Blue. HEX triplet: 56, 78 and 97. RGB value is (86,120,151). Sum of RGB (Red+Green+Blue) = 86+120+151=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #567897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567897 is #A98768. Grayscale: #717171. Windows color (decimal): -11110249 or 9926742. OLE color: 9926742.

HSL color Cylindrical-coordinate representation of color #567897: hue angle of 208.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567897 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86120151-
CMYK0.430.2100.41
HSL208.62º27.43%46.47%-
HSV(B)208.62º43.05%59.22%-
XYZ16.1417.6531.83-
YUV113.37149.24108.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=24.09%
G=33.61%
B=42.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861201510.430.2100.41208.6227.4346.47
Hex5678972B15029d11b2e
Octal12617022753250513213356
Binary10101101111000100101111010111010101010011101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567897; }

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

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

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

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

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

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

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

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