Html Css Color HEX #577591 Kashmir Blue

📋 copy color: '#577591'

red 87 ◦ green 117 ◦ blue 145

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

Shades of Kashmir Blue #577591

Tints of Kashmir Blue #577591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 24.93%
G = 33.52%
B = 41.55%

CMYK

 C value IS 0.4

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577591 (or 0x577591) is known color: Kashmir Blue. HEX triplet: 57, 75 and 91. RGB value is (87,117,145). Sum of RGB (Red+Green+Blue) = 87+117+145=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #577591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577591 is #A88A6E. Grayscale: #6F6F6F. Windows color (decimal): -11045487 or 9532759. OLE color: 9532759.

HSL color Cylindrical-coordinate representation of color #577591: hue angle of 208.97º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577591 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 117 145 -
CMYK 0.4 0.19 0 0.43
HSL 208.97º 0.25% 0.45% -
HSV(B) 208.97º 0.4% 0.57% -
XYZ 15.4 16.79 29.22 -
YUV 111.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 87 117 145 0.4 0.19 0 0.43 208.97 0.25 0.45
Hex 57 75 91 28 13 0 2B D1 19 2D
Octal 127 165 221 50 23 0 53 321 31 55
Binary 1010111 1110101 10010001 101000 10011 0 101011 11010001 11001 101101

Color Harmonies of #577591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577591

Black with #577591

Text Example


Text Example

White with #577591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577591; }

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

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

background-color css

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

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

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

border-color css

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

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

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