Html Css Color HEX #577590 Kashmir Blue

📋 copy color: '#577590'

red 87 ◦ green 117 ◦ blue 144

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

Shades of Kashmir Blue #577590

Tints of Kashmir Blue #577590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 25%
G = 33.62%
B = 41.38%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#577590 (or 0x577590) is known color: Kashmir Blue. HEX triplet: 57, 75 and 90. RGB value is (87,117,144). Sum of RGB (Red+Green+Blue) = 87+117+144=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #577590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577590 is #A88A6F. Grayscale: #6E6E6E. Windows color (decimal): -11045488 or 9467223. OLE color: 9467223.

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

Color convert

RGB 87 117 144 -
CMYK 0.40 0.19 0 0.44
HSL 208.42º 0.25% 0.45% -
HSV(B) 208.42º 0.4% 0.56% -
XYZ 15.33 16.76 28.81 -
YUV 111.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 87 117 144 0.40 0.19 0 0.44 208.42 0.25 0.45
Hex 57 75 90 28 13 0 2C D0 19 2D
Octal 127 165 220 50 23 0 54 320 31 55
Binary 1010111 1110101 10010000 101000 10011 0 101100 11010000 11001 101101

Color Harmonies of #577590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577590

Black with #577590

Text Example


Text Example

White with #577590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577590; }

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

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

background-color css

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

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

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

border-color css

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

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

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