Html Css Color HEX #577798 Kashmir Blue

📋 copy color: '#577798'

red 87 ◦ green 119 ◦ blue 152

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

Shades of Kashmir Blue #577798

Tints of Kashmir Blue #577798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 24.3%
G = 33.24%
B = 42.46%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#577798 (or 0x577798) is known color: Kashmir Blue. HEX triplet: 57, 77 and 98. RGB value is (87,119,152). Sum of RGB (Red+Green+Blue) = 87+119+152=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #577798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577798 is #A88867. Grayscale: #717171. Windows color (decimal): -11044968 or 9992023. OLE color: 9992023.

HSL color Cylindrical-coordinate representation of color #577798: hue angle of 210.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #577798 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 119 152 -
CMYK 0.43 0.22 0 0.40
HSL 210.46º 0.27% 0.47% -
HSV(B) 210.46º 0.43% 0.6% -
XYZ 16.19 17.49 32.23 -
YUV 113.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 87 119 152 0.43 0.22 0 0.40 210.46 0.27 0.47
Hex 57 77 98 2B 16 0 28 D2 1B 2F
Octal 127 167 230 53 26 0 50 322 33 57
Binary 1010111 1110111 10011000 101011 10110 0 101000 11010010 11011 101111

Color Harmonies of #577798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577798

Black with #577798

Text Example


Text Example

White with #577798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577798; }

 p { color: rgb(87,119,152); }

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

background-color css

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

 a { background-color: rgb(87,119,152); }

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

border-color css

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

 span { border-color: rgb(87,119,152); }

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