#57698A

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

Shades of Kashmir Blue #57698A

Tints of Kashmir Blue #57698A

Color information

#57698A (or 0x57698A) is unknown color: approx Kashmir Blue. HEX triplet: 57, 69 and 8A. RGB value is (87,105,138). Sum of RGB (Red+Green+Blue) = 87+105+138=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #57698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57698A is #A89675. Grayscale: #676767. Windows color (decimal): -11048566 or 9070935. OLE color: 9070935.

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

Color convert

RGB87105138-
CMYK0.370.2400.46
HSL218.82º22.67%44.12%-
HSV(B)218.82º36.96%54.12%-
XYZ13.5713.9626.02-
YUV103.38147.54116.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=26.36%
G=31.82%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871051380.370.2400.46218.8222.6744.12
Hex57698A251802Edb172c
Octal12715121245300563332754
Binary10101111101001100010101001011100001011101101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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