Html Css Color HEX #578997 Horizon

📋 copy color: '#578997'

red 87 ◦ green 137 ◦ blue 151

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

Shades of Horizon #578997

Tints of Horizon #578997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 23.2%
G = 36.53%
B = 40.27%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#578997 (or 0x578997) is known color: Horizon. HEX triplet: 57, 89 and 97. RGB value is (87,137,151). Sum of RGB (Red+Green+Blue) = 87+137+151=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #578997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578997 is #A87668. Grayscale: #7B7B7B. Windows color (decimal): -11040361 or 9931095. OLE color: 9931095.

HSL color Cylindrical-coordinate representation of color #578997: hue angle of 193.12º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578997 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 137 151 -
CMYK 0.42 0.09 0 0.41
HSL 193.13º 0.27% 0.47% -
HSV(B) 193.13º 0.42% 0.59% -
XYZ 18.46 22.15 32.58 -
YUV 123.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 87 137 151 0.42 0.09 0 0.41 193.13 0.27 0.47
Hex 57 89 97 2A 9 0 29 C1 1B 2F
Octal 127 211 227 52 11 0 51 301 33 57
Binary 1010111 10001001 10010111 101010 1001 0 101001 11000001 11011 101111

Color Harmonies of #578997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578997

Black with #578997

Text Example


Text Example

White with #578997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578997; }

 p { color: rgb(87,137,151); }

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

background-color css

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

 a { background-color: rgb(87,137,151); }

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

border-color css

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

 span { border-color: rgb(87,137,151); }

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