Html Css Color HEX #577192 Kashmir Blue

📋 copy color: '#577192'

red 87 ◦ green 113 ◦ blue 146

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

Shades of Kashmir Blue #577192

Tints of Kashmir Blue #577192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 25.14%
G = 32.66%
B = 42.2%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577192 (or 0x577192) is known color: Kashmir Blue. HEX triplet: 57, 71 and 92. RGB value is (87,113,146). Sum of RGB (Red+Green+Blue) = 87+113+146=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #577192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577192 is #A88E6D. Grayscale: #6C6C6C. Windows color (decimal): -11046510 or 9597271. OLE color: 9597271.

HSL color Cylindrical-coordinate representation of color #577192: hue angle of 213.56º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577192 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 113 146 -
CMYK 0.40 0.23 0 0.43
HSL 213.56º 0.25% 0.46% -
HSV(B) 213.56º 0.4% 0.57% -
XYZ 15.02 15.91 29.47 -
YUV 108.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 87 113 146 0.40 0.23 0 0.43 213.56 0.25 0.46
Hex 57 71 92 28 17 0 2B D6 19 2E
Octal 127 161 222 50 27 0 53 326 31 56
Binary 1010111 1110001 10010010 101000 10111 0 101011 11010110 11001 101110

Color Harmonies of #577192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577192

Black with #577192

Text Example


Text Example

White with #577192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577192; }

 p { color: rgb(87,113,146); }

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

background-color css

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

 a { background-color: rgb(87,113,146); }

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

border-color css

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

 span { border-color: rgb(87,113,146); }

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