#57688C

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

Shades of Kashmir Blue #57688C

Tints of Kashmir Blue #57688C

Color information

#57688C (or 0x57688C) is unknown color: approx Kashmir Blue. HEX triplet: 57, 68 and 8C. RGB value is (87,104,140). Sum of RGB (Red+Green+Blue) = 87+104+140=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #57688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57688C is #A89773. Grayscale: #666666. Windows color (decimal): -11048820 or 9201751. OLE color: 9201751.

HSL color Cylindrical-coordinate representation of color #57688C: hue angle of 220.75º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57688C is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87104140-
CMYK0.380.2600.45
HSL220.75º23.35%44.51%-
HSV(B)220.75º37.86%54.9%-
XYZ13.6113.8226.76-
YUV103.02148.87116.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=26.28%
G=31.42%
B=42.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871041400.380.2600.45220.7523.3544.51
Hex57688C261A02Ddd172d
Octal12715021446320553352755
Binary10101111101000100011001001101101001011011101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57688C; }

 p { color: rgb(87,104,140); }

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

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

 a { background-color: rgb(87,104,140); }

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

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

 span { border-color: rgb(87,104,140); }

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