Html Css Color HEX #577996 Kashmir Blue

📋 copy color: '#577996'

red 87 ◦ green 121 ◦ blue 150

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

Shades of Kashmir Blue #577996

Tints of Kashmir Blue #577996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 24.3%
G = 33.8%
B = 41.9%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#577996 (or 0x577996) is known color: Kashmir Blue. HEX triplet: 57, 79 and 96. RGB value is (87,121,150). Sum of RGB (Red+Green+Blue) = 87+121+150=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #577996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577996 is #A88669. Grayscale: #717171. Windows color (decimal): -11044458 or 9861463. OLE color: 9861463.

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

Color convert

RGB 87 121 150 -
CMYK 0.42 0.19 0 0.41
HSL 207.62º 0.27% 0.46% -
HSV(B) 207.62º 0.42% 0.59% -
XYZ 16.27 17.9 31.45 -
YUV 114.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 87 121 150 0.42 0.19 0 0.41 207.62 0.27 0.46
Hex 57 79 96 2A 13 0 29 D0 1B 2E
Octal 127 171 226 52 23 0 51 320 33 56
Binary 1010111 1111001 10010110 101010 10011 0 101001 11010000 11011 101110

Color Harmonies of #577996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577996

Black with #577996

Text Example


Text Example

White with #577996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577996; }

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

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

background-color css

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

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

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

border-color css

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

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

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