Html Css Color HEX #577A99 Kashmir Blue

📋 copy color: '#577A99'

red 87 ◦ green 122 ◦ blue 153

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

Shades of Kashmir Blue #577A99

Tints of Kashmir Blue #577A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 24.03%
G = 33.7%
B = 42.27%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#577A99 (or 0x577A99) is known color: Kashmir Blue. HEX triplet: 57, 7A and 99. RGB value is (87,122,153). Sum of RGB (Red+Green+Blue) = 87+122+153=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #577A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A99 is #A88566. Grayscale: #727272. Windows color (decimal): -11044199 or 10058327. OLE color: 10058327.

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

Color convert

RGB 87 122 153 -
CMYK 0.43 0.20 0 0.4
HSL 208.18º 0.28% 0.47% -
HSV(B) 208.18º 0.43% 0.6% -
XYZ 16.64 18.25 32.78 -
YUV 115.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 87 122 153 0.43 0.20 0 0.4 208.18 0.28 0.47
Hex 57 7A 99 2B 14 0 28 D0 1C 2F
Octal 127 172 231 53 24 0 50 320 34 57
Binary 1010111 1111010 10011001 101011 10100 0 101000 11010000 11100 101111

Color Harmonies of #577A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A99

Black with #577A99

Text Example


Text Example

White with #577A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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