#567996

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

Shades of Kashmir Blue #567996

Tints of Kashmir Blue #567996

Color information

#567996 (or 0x567996) is unknown color: approx Kashmir Blue. HEX triplet: 56, 79 and 96. RGB value is (86,121,150). Sum of RGB (Red+Green+Blue) = 86+121+150=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #567996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567996 is #A98669. Grayscale: #717171. Windows color (decimal): -11109994 or 9861462. OLE color: 9861462.

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

Color convert

RGB86121150-
CMYK0.430.1900.41
HSL207.19º27.12%46.27%-
HSV(B)207.19º42.67%58.82%-
XYZ16.1817.8631.45-
YUV113.84148.4108.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=24.09%
G=33.89%
B=42.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861211500.430.1900.41207.1927.1246.27
Hex5679962B13029cf1b2e
Octal12617122653230513173356
Binary10101101111001100101101010111001101010011100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567996; }

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

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

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

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

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

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

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

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