Html Css Color HEX #577291 Kashmir Blue

📋 copy color: '#577291'

red 87 ◦ green 114 ◦ blue 145

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

Shades of Kashmir Blue #577291

Tints of Kashmir Blue #577291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 25.14%
G = 32.95%
B = 41.91%

CMYK

 C value IS 0.4

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577291 (or 0x577291) is known color: Kashmir Blue. HEX triplet: 57, 72 and 91. RGB value is (87,114,145). Sum of RGB (Red+Green+Blue) = 87+114+145=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #577291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577291 is #A88D6E. Grayscale: #6D6D6D. Windows color (decimal): -11046255 or 9531991. OLE color: 9531991.

HSL color Cylindrical-coordinate representation of color #577291: hue angle of 212.07º 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 #577291 is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 114 145 -
CMYK 0.4 0.21 0 0.43
HSL 212.07º 0.25% 0.45% -
HSV(B) 212.07º 0.4% 0.57% -
XYZ 15.06 16.11 29.1 -
YUV 109.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 87 114 145 0.4 0.21 0 0.43 212.07 0.25 0.45
Hex 57 72 91 28 15 0 2B D4 19 2D
Octal 127 162 221 50 25 0 53 324 31 55
Binary 1010111 1110010 10010001 101000 10101 0 101011 11010100 11001 101101

Color Harmonies of #577291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577291

Black with #577291

Text Example


Text Example

White with #577291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577291; }

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

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

background-color css

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

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

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

border-color css

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

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

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