Html Css Color HEX #577891 Kashmir Blue

📋 copy color: '#577891'

red 87 ◦ green 120 ◦ blue 145

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

Shades of Kashmir Blue #577891

Tints of Kashmir Blue #577891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

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

R = 24.72%
G = 34.09%
B = 41.19%

CMYK

 C value IS 0.4

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577891 (or 0x577891) is known color: Kashmir Blue. HEX triplet: 57, 78 and 91. RGB value is (87,120,145). Sum of RGB (Red+Green+Blue) = 87+120+145=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #577891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577891 is #A8876E. Grayscale: #707070. Windows color (decimal): -11044719 or 9533527. OLE color: 9533527.

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

Color convert

RGB 87 120 145 -
CMYK 0.4 0.17 0 0.43
HSL 205.86º 0.25% 0.45% -
HSV(B) 205.86º 0.4% 0.57% -
XYZ 15.76 17.5 29.34 -
YUV 112.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 87 120 145 0.4 0.17 0 0.43 205.86 0.25 0.45
Hex 57 78 91 28 11 0 2B CE 19 2D
Octal 127 170 221 50 21 0 53 316 31 55
Binary 1010111 1111000 10010001 101000 10001 0 101011 11001110 11001 101101

Color Harmonies of #577891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577891

Black with #577891

Text Example


Text Example

White with #577891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577891; }

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

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

background-color css

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

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

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

border-color css

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

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

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