Html Css Color HEX #57879B Horizon

📋 copy color: '#57879B'

red 87 ◦ green 135 ◦ blue 155

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

Shades of Horizon #57879B

Tints of Horizon #57879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 23.08%
G = 35.81%
B = 41.11%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57879B (or 0x57879B) is known color: Horizon. HEX triplet: 57, 87 and 9B. RGB value is (87,135,155). Sum of RGB (Red+Green+Blue) = 87+135+155=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #57879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57879B is #A87864. Grayscale: #7A7A7A. Windows color (decimal): -11040869 or 10192727. OLE color: 10192727.

HSL color Cylindrical-coordinate representation of color #57879B: hue angle of 197.65º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57879B is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 135 155 -
CMYK 0.44 0.13 0 0.39
HSL 197.65º 0.28% 0.47% -
HSV(B) 197.65º 0.44% 0.61% -
XYZ 18.51 21.72 34.23 -
YUV 122.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 87 135 155 0.44 0.13 0 0.39 197.65 0.28 0.47
Hex 57 87 9B 2C D 0 27 C6 1C 2F
Octal 127 207 233 54 15 0 47 306 34 57
Binary 1010111 10000111 10011011 101100 1101 0 100111 11000110 11100 101111

Color Harmonies of #57879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57879B

Black with #57879B

Text Example


Text Example

White with #57879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57879B; }

 p { color: rgb(87,135,155); }

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

background-color css

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

 a { background-color: rgb(87,135,155); }

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

border-color css

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

 span { border-color: rgb(87,135,155); }

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