Html Css Color HEX #577491 Kashmir Blue

📋 copy color: '#577491'

red 87 ◦ green 116 ◦ blue 145

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

Shades of Kashmir Blue #577491

Tints of Kashmir Blue #577491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.4

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577491 (or 0x577491) is known color: Kashmir Blue. HEX triplet: 57, 74 and 91. RGB value is (87,116,145). Sum of RGB (Red+Green+Blue) = 87+116+145=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #577491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577491 is #A88B6E. Grayscale: #6E6E6E. Windows color (decimal): -11045743 or 9532503. OLE color: 9532503.

HSL color Cylindrical-coordinate representation of color #577491: hue angle of 210º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577491 is Cyan = 0.4, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 116 145 -
CMYK 0.4 0.2 0 0.43
HSL 210º 0.25% 0.45% -
HSV(B) 210º 0.4% 0.57% -
XYZ 15.29 16.56 29.18 -
YUV 110.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 87 116 145 0.4 0.2 0 0.43 210 0.25 0.45
Hex 57 74 91 28 14 0 2B D2 19 2D
Octal 127 164 221 50 24 0 53 322 31 55
Binary 1010111 1110100 10010001 101000 10100 0 101011 11010010 11001 101101

Color Harmonies of #577491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577491

Black with #577491

Text Example


Text Example

White with #577491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577491; }

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

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

background-color css

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

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

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

border-color css

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

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

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