Html Css Color HEX #577895 Kashmir Blue

📋 copy color: '#577895'

red 87 ◦ green 120 ◦ blue 149

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

Shades of Kashmir Blue #577895

Tints of Kashmir Blue #577895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 24.44%
G = 33.71%
B = 41.85%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577895 (or 0x577895) is known color: Kashmir Blue. HEX triplet: 57, 78 and 95. RGB value is (87,120,149). Sum of RGB (Red+Green+Blue) = 87+120+149=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #577895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577895 is #A8876A. Grayscale: #717171. Windows color (decimal): -11044715 or 9795671. OLE color: 9795671.

HSL color Cylindrical-coordinate representation of color #577895: hue angle of 208.06º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577895 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 120 149 -
CMYK 0.42 0.19 0 0.42
HSL 208.06º 0.26% 0.46% -
HSV(B) 208.06º 0.42% 0.58% -
XYZ 16.07 17.63 30.99 -
YUV 113.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 87 120 149 0.42 0.19 0 0.42 208.06 0.26 0.46
Hex 57 78 95 2A 13 0 2A D0 1A 2E
Octal 127 170 225 52 23 0 52 320 32 56
Binary 1010111 1111000 10010101 101010 10011 0 101010 11010000 11010 101110

Color Harmonies of #577895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577895

Black with #577895

Text Example


Text Example

White with #577895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577895; }

 p { color: rgb(87,120,149); }

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

background-color css

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

 a { background-color: rgb(87,120,149); }

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

border-color css

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

 span { border-color: rgb(87,120,149); }

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