Html Css Color HEX #577892 Kashmir Blue

📋 copy color: '#577892'

red 87 ◦ green 120 ◦ blue 146

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

Shades of Kashmir Blue #577892

Tints of Kashmir Blue #577892

RGB

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

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

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

R = 24.65%
G = 33.99%
B = 41.36%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577892 (or 0x577892) is known color: Kashmir Blue. HEX triplet: 57, 78 and 92. RGB value is (87,120,146). Sum of RGB (Red+Green+Blue) = 87+120+146=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #577892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577892 is #A8876D. Grayscale: #707070. Windows color (decimal): -11044718 or 9599063. OLE color: 9599063.

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

Color convert

RGB 87 120 146 -
CMYK 0.40 0.18 0 0.43
HSL 206.44º 0.25% 0.46% -
HSV(B) 206.44º 0.4% 0.57% -
XYZ 15.84 17.53 29.74 -
YUV 113.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 87 120 146 0.40 0.18 0 0.43 206.44 0.25 0.46
Hex 57 78 92 28 12 0 2B CE 19 2E
Octal 127 170 222 50 22 0 53 316 31 56
Binary 1010111 1111000 10010010 101000 10010 0 101011 11001110 11001 101110

Color Harmonies of #577892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577892

Black with #577892

Text Example


Text Example

White with #577892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577892; }

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

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

background-color css

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

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

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

border-color css

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

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

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