#57698B

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

Shades of Kashmir Blue #57698B

Tints of Kashmir Blue #57698B

Color information

#57698B (or 0x57698B) is unknown color: approx Kashmir Blue. HEX triplet: 57, 69 and 8B. RGB value is (87,105,139). Sum of RGB (Red+Green+Blue) = 87+105+139=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #57698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57698B is #A89674. Grayscale: #676767. Windows color (decimal): -11048565 or 9136471. OLE color: 9136471.

HSL color Cylindrical-coordinate representation of color #57698B: hue angle of 219.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57698B is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87105139-
CMYK0.370.2400.45
HSL219.23º23.01%44.31%-
HSV(B)219.23º37.41%54.51%-
XYZ13.6413.9926.41-
YUV103.49148.04116.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=26.28%
G=31.72%
B=41.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871051390.370.2400.45219.2323.0144.31
Hex57698B251802Ddb172c
Octal12715121345300553332754
Binary10101111101001100010111001011100001011011101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57698B; }

 p { color: rgb(87,105,139); }

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

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

 a { background-color: rgb(87,105,139); }

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

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

 span { border-color: rgb(87,105,139); }

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