Html Css Color HEX #577493 Kashmir Blue

📋 copy color: '#577493'

red 87 ◦ green 116 ◦ blue 147

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

Shades of Kashmir Blue #577493

Tints of Kashmir Blue #577493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42%

R = 24.86%
G = 33.14%
B = 42%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577493 (or 0x577493) is known color: Kashmir Blue. HEX triplet: 57, 74 and 93. RGB value is (87,116,147). Sum of RGB (Red+Green+Blue) = 87+116+147=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #577493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577493 is #A88B6C. Grayscale: #6E6E6E. Windows color (decimal): -11045741 or 9663575. OLE color: 9663575.

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

Color convert

RGB 87 116 147 -
CMYK 0.41 0.21 0 0.42
HSL 211º 0.26% 0.46% -
HSV(B) 211º 0.41% 0.58% -
XYZ 15.44 16.62 30 -
YUV 110.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 87 116 147 0.41 0.21 0 0.42 211 0.26 0.46
Hex 57 74 93 29 15 0 2A D3 1A 2E
Octal 127 164 223 51 25 0 52 323 32 56
Binary 1010111 1110100 10010011 101001 10101 0 101010 11010011 11010 101110

Color Harmonies of #577493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577493

Black with #577493

Text Example


Text Example

White with #577493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577493; }

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

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

background-color css

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

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

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

border-color css

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

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

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