Html Css Color HEX #577992 Kashmir Blue

📋 copy color: '#577992'

red 87 ◦ green 121 ◦ blue 146

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

Shades of Kashmir Blue #577992

Tints of Kashmir Blue #577992

RGB

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

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

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

R = 24.58%
G = 34.18%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577992 (or 0x577992) is known color: Kashmir Blue. HEX triplet: 57, 79 and 92. RGB value is (87,121,146). Sum of RGB (Red+Green+Blue) = 87+121+146=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #577992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577992 is #A8866D. Grayscale: #717171. Windows color (decimal): -11044462 or 9599319. OLE color: 9599319.

HSL color Cylindrical-coordinate representation of color #577992: hue angle of 205.42º 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 #577992 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 121 146 -
CMYK 0.40 0.17 0 0.43
HSL 205.42º 0.25% 0.46% -
HSV(B) 205.42º 0.4% 0.57% -
XYZ 15.96 17.78 29.78 -
YUV 113.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 87 121 146 0.40 0.17 0 0.43 205.42 0.25 0.46
Hex 57 79 92 28 11 0 2B CD 19 2E
Octal 127 171 222 50 21 0 53 315 31 56
Binary 1010111 1111001 10010010 101000 10001 0 101011 11001101 11001 101110

Color Harmonies of #577992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577992

Black with #577992

Text Example


Text Example

White with #577992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577992; }

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

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

background-color css

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

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

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

border-color css

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

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

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