Html Css Color HEX #57708A Kashmir Blue

📋 copy color: '#57708A'

red 87 ◦ green 112 ◦ blue 138

#57708A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #57708A

Tints of Kashmir Blue #57708A

RGB

 RED value IS 87 (34.38% from 255) = 25.82%

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 25.82%
G = 33.23%
B = 40.95%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57708A (or 0x57708A) is known color: Kashmir Blue. HEX triplet: 57, 70 and 8A. RGB value is (87,112,138). Sum of RGB (Red+Green+Blue) = 87+112+138=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #57708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57708A is #A88F75. Grayscale: #6B6B6B. Windows color (decimal): -11046774 or 9072727. OLE color: 9072727.

HSL color Cylindrical-coordinate representation of color #57708A: hue angle of 210.59º 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 #57708A is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 112 138 -
CMYK 0.37 0.19 0 0.46
HSL 210.59º 0.23% 0.44% -
HSV(B) 210.59º 0.37% 0.54% -
XYZ 14.31 15.45 26.27 -
YUV 107.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 87 112 138 0.37 0.19 0 0.46 210.59 0.23 0.44
Hex 57 70 8A 25 13 0 2E D3 17 2C
Octal 127 160 212 45 23 0 56 323 27 54
Binary 1010111 1110000 10001010 100101 10011 0 101110 11010011 10111 101100

Color Harmonies of #57708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57708A

Black with #57708A

Text Example


Text Example

White with #57708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57708A;
 }
 .AnyTagClassName
 {
   color: #57708A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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