Html Css Color HEX #577397 Kashmir Blue

📋 copy color: '#577397'

red 87 ◦ green 115 ◦ blue 151

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

Shades of Kashmir Blue #577397

Tints of Kashmir Blue #577397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 24.65%
G = 32.58%
B = 42.78%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#577397 (or 0x577397) is known color: Kashmir Blue. HEX triplet: 57, 73 and 97. RGB value is (87,115,151). Sum of RGB (Red+Green+Blue) = 87+115+151=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #577397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577397 is #A88C68. Grayscale: #6E6E6E. Windows color (decimal): -11045993 or 9925463. OLE color: 9925463.

HSL color Cylindrical-coordinate representation of color #577397: hue angle of 213.75º 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 #577397 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 115 151 -
CMYK 0.42 0.24 0 0.41
HSL 213.75º 0.27% 0.47% -
HSV(B) 213.75º 0.42% 0.59% -
XYZ 15.65 16.52 31.64 -
YUV 110.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 87 115 151 0.42 0.24 0 0.41 213.75 0.27 0.47
Hex 57 73 97 2A 18 0 29 D6 1B 2F
Octal 127 163 227 52 30 0 51 326 33 57
Binary 1010111 1110011 10010111 101010 11000 0 101001 11010110 11011 101111

Color Harmonies of #577397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577397

Black with #577397

Text Example


Text Example

White with #577397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577397; }

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

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

background-color css

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

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

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

border-color css

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

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

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