Html Css Color HEX #577995 Kashmir Blue

📋 copy color: '#577995'

red 87 ◦ green 121 ◦ blue 149

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

Shades of Kashmir Blue #577995

Tints of Kashmir Blue #577995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 24.37%
G = 33.89%
B = 41.74%

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

#577995 (or 0x577995) is known color: Kashmir Blue. HEX triplet: 57, 79 and 95. RGB value is (87,121,149). Sum of RGB (Red+Green+Blue) = 87+121+149=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #577995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577995 is #A8866A. Grayscale: #717171. Windows color (decimal): -11044459 or 9795927. OLE color: 9795927.

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

Color convert

RGB 87 121 149 -
CMYK 0.42 0.19 0 0.42
HSL 207.1º 0.26% 0.46% -
HSV(B) 207.1º 0.42% 0.58% -
XYZ 16.19 17.87 31.03 -
YUV 114.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 87 121 149 0.42 0.19 0 0.42 207.1 0.26 0.46
Hex 57 79 95 2A 13 0 2A CF 1A 2E
Octal 127 171 225 52 23 0 52 317 32 56
Binary 1010111 1111001 10010101 101010 10011 0 101010 11001111 11010 101110

Color Harmonies of #577995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577995

Black with #577995

Text Example


Text Example

White with #577995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577995; }

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

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

background-color css

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

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

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

border-color css

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

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

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