Html Css Color HEX #57728B Kashmir Blue

📋 copy color: '#57728B'

red 87 ◦ green 114 ◦ blue 139

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

Shades of Kashmir Blue #57728B

Tints of Kashmir Blue #57728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 25.59%
G = 33.53%
B = 40.88%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57728B (or 0x57728B) is known color: Kashmir Blue. HEX triplet: 57, 72 and 8B. RGB value is (87,114,139). Sum of RGB (Red+Green+Blue) = 87+114+139=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #57728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57728B is #A88D74. Grayscale: #6C6C6C. Windows color (decimal): -11046261 or 9138775. OLE color: 9138775.

HSL color Cylindrical-coordinate representation of color #57728B: hue angle of 208.85º 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 #57728B is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 114 139 -
CMYK 0.37 0.18 0 0.45
HSL 208.85º 0.23% 0.44% -
HSV(B) 208.85º 0.37% 0.55% -
XYZ 14.61 15.92 26.73 -
YUV 108.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 87 114 139 0.37 0.18 0 0.45 208.85 0.23 0.44
Hex 57 72 8B 25 12 0 2D D1 17 2C
Octal 127 162 213 45 22 0 55 321 27 54
Binary 1010111 1110010 10001011 100101 10010 0 101101 11010001 10111 101100

Color Harmonies of #57728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57728B

Black with #57728B

Text Example


Text Example

White with #57728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57728B;
 }
 .AnyTagClassName
 {
   color: #57728B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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