Html Css Color HEX #577497 Kashmir Blue

📋 copy color: '#577497'

red 87 ◦ green 116 ◦ blue 151

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

Shades of Kashmir Blue #577497

Tints of Kashmir Blue #577497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 24.58%
G = 32.77%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#577497 (or 0x577497) is known color: Kashmir Blue. HEX triplet: 57, 74 and 97. RGB value is (87,116,151). Sum of RGB (Red+Green+Blue) = 87+116+151=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #577497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577497 is #A88B68. Grayscale: #6F6F6F. Windows color (decimal): -11045737 or 9925719. OLE color: 9925719.

HSL color Cylindrical-coordinate representation of color #577497: hue angle of 212.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577497 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 116 151 -
CMYK 0.42 0.23 0 0.41
HSL 212.81º 0.27% 0.47% -
HSV(B) 212.81º 0.42% 0.59% -
XYZ 15.76 16.75 31.68 -
YUV 111.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 87 116 151 0.42 0.23 0 0.41 212.81 0.27 0.47
Hex 57 74 97 2A 17 0 29 D5 1B 2F
Octal 127 164 227 52 27 0 51 325 33 57
Binary 1010111 1110100 10010111 101010 10111 0 101001 11010101 11011 101111

Color Harmonies of #577497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577497

Black with #577497

Text Example


Text Example

White with #577497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577497; }

 p { color: rgb(87,116,151); }

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

background-color css

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

 a { background-color: rgb(87,116,151); }

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

border-color css

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

 span { border-color: rgb(87,116,151); }

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