Html Css Color HEX #577195 Kashmir Blue

📋 copy color: '#577195'

red 87 ◦ green 113 ◦ blue 149

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

Shades of Kashmir Blue #577195

Tints of Kashmir Blue #577195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 24.93%
G = 32.38%
B = 42.69%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577195 (or 0x577195) is known color: Kashmir Blue. HEX triplet: 57, 71 and 95. RGB value is (87,113,149). Sum of RGB (Red+Green+Blue) = 87+113+149=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #577195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577195 is #A88E6A. Grayscale: #6D6D6D. Windows color (decimal): -11046507 or 9793879. OLE color: 9793879.

HSL color Cylindrical-coordinate representation of color #577195: hue angle of 214.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577195 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 113 149 -
CMYK 0.42 0.24 0 0.42
HSL 214.84º 0.26% 0.46% -
HSV(B) 214.84º 0.42% 0.58% -
XYZ 15.26 16.01 30.72 -
YUV 109.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 87 113 149 0.42 0.24 0 0.42 214.84 0.26 0.46
Hex 57 71 95 2A 18 0 2A D7 1A 2E
Octal 127 161 225 52 30 0 52 327 32 56
Binary 1010111 1110001 10010101 101010 11000 0 101010 11010111 11010 101110

Color Harmonies of #577195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577195

Black with #577195

Text Example


Text Example

White with #577195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577195; }

 p { color: rgb(87,113,149); }

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

background-color css

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

 a { background-color: rgb(87,113,149); }

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

border-color css

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

 span { border-color: rgb(87,113,149); }

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