Html Css Color HEX #577699 Kashmir Blue

📋 copy color: '#577699'

red 87 ◦ green 118 ◦ blue 153

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

Shades of Kashmir Blue #577699

Tints of Kashmir Blue #577699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 153 (60.16% from 255) = 42.74%

R = 24.3%
G = 32.96%
B = 42.74%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#577699 (or 0x577699) is known color: Kashmir Blue. HEX triplet: 57, 76 and 99. RGB value is (87,118,153). Sum of RGB (Red+Green+Blue) = 87+118+153=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #577699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577699 is #A88966. Grayscale: #707070. Windows color (decimal): -11045223 or 10057303. OLE color: 10057303.

HSL color Cylindrical-coordinate representation of color #577699: hue angle of 211.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #577699 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 118 153 -
CMYK 0.43 0.23 0 0.4
HSL 211.82º 0.28% 0.47% -
HSV(B) 211.82º 0.43% 0.6% -
XYZ 16.16 17.28 32.62 -
YUV 112.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 87 118 153 0.43 0.23 0 0.4 211.82 0.28 0.47
Hex 57 76 99 2B 17 0 28 D4 1C 2F
Octal 127 166 231 53 27 0 50 324 34 57
Binary 1010111 1110110 10011001 101011 10111 0 101000 11010100 11100 101111

Color Harmonies of #577699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577699

Black with #577699

Text Example


Text Example

White with #577699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577699; }

 p { color: rgb(87,118,153); }

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

background-color css

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

 a { background-color: rgb(87,118,153); }

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

border-color css

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

 span { border-color: rgb(87,118,153); }

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