Html Css Color HEX #577592 Kashmir Blue

📋 copy color: '#577592'

red 87 ◦ green 117 ◦ blue 146

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

Shades of Kashmir Blue #577592

Tints of Kashmir Blue #577592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 24.86%
G = 33.43%
B = 41.71%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577592 (or 0x577592) is known color: Kashmir Blue. HEX triplet: 57, 75 and 92. RGB value is (87,117,146). Sum of RGB (Red+Green+Blue) = 87+117+146=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #577592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577592 is #A88A6D. Grayscale: #6F6F6F. Windows color (decimal): -11045486 or 9598295. OLE color: 9598295.

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

Color convert

RGB 87 117 146 -
CMYK 0.40 0.20 0 0.43
HSL 209.49º 0.25% 0.46% -
HSV(B) 209.49º 0.4% 0.57% -
XYZ 15.48 16.82 29.63 -
YUV 111.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 87 117 146 0.40 0.20 0 0.43 209.49 0.25 0.46
Hex 57 75 92 28 14 0 2B D1 19 2E
Octal 127 165 222 50 24 0 53 321 31 56
Binary 1010111 1110101 10010010 101000 10100 0 101011 11010001 11001 101110

Color Harmonies of #577592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577592

Black with #577592

Text Example


Text Example

White with #577592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577592; }

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

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

background-color css

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

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

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

border-color css

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

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

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