#57698D

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

Shades of Kashmir Blue #57698D

Tints of Kashmir Blue #57698D

Color information

#57698D (or 0x57698D) is unknown color: approx Kashmir Blue. HEX triplet: 57, 69 and 8D. RGB value is (87,105,141). Sum of RGB (Red+Green+Blue) = 87+105+141=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #57698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57698D is #A89672. Grayscale: #676767. Windows color (decimal): -11048563 or 9267543. OLE color: 9267543.

HSL color Cylindrical-coordinate representation of color #57698D: hue angle of 220º degrees, saturation: 0.24, 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 #57698D is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87105141-
CMYK0.380.2600.45
HSL220º23.68%44.71%-
HSV(B)220º38.3%55.29%-
XYZ13.7914.0527.18-
YUV103.72149.04116.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=26.13%
G=31.53%
B=42.34%

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
Decimal871051410.380.2600.4522023.6844.71
Hex57698D261A02Ddc182d
Octal12715121546320553343055
Binary10101111101001100011011001101101001011011101110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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