Html Css Color HEX #57627F Kashmir Blue

📋 copy color: '#57627F'

red 87 ◦ green 98 ◦ blue 127

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

Shades of Kashmir Blue #57627F

Tints of Kashmir Blue #57627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 127 (50% from 255) = 40.71%

R = 27.88%
G = 31.41%
B = 40.71%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57627F (or 0x57627F) is known color: Kashmir Blue. HEX triplet: 57, 62 and 7F. RGB value is (87,98,127). Sum of RGB (Red+Green+Blue) = 87+98+127=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #57627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57627F is #A89D80. Grayscale: #616161. Windows color (decimal): -11050369 or 8348247. OLE color: 8348247.

HSL color Cylindrical-coordinate representation of color #57627F: hue angle of 223.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57627F is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 98 127 -
CMYK 0.31 0.23 0 0.50
HSL 223.5º 0.19% 0.42% -
HSV(B) 223.5º 0.31% 0.5% -
XYZ 12.13 12.29 21.81 -
YUV 98.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 87 98 127 0.31 0.23 0 0.50 223.5 0.19 0.42
Hex 57 62 7F 1F 17 0 32 E0 13 2A
Octal 127 142 177 37 27 0 62 340 23 52
Binary 1010111 1100010 1111111 11111 10111 0 110010 11100000 10011 101010

Color Harmonies of #57627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57627F

Black with #57627F

Text Example


Text Example

White with #57627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57627F; }

 p { color: rgb(87,98,127); }

 H1.HeaderClassName
 {
   color: #57627F;
 }
 .AnyTagClassName
 {
   color: #57627F;
 }
</style>

background-color css

<style>
 a { background-color: #57627F; }

 a { background-color: rgb(87,98,127); }

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

border-color css

<style>
 span { border-color: #57627F; }

 span { border-color: rgb(87,98,127); }

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