Html Css Color HEX #57869B Horizon

📋 copy color: '#57869B'

red 87 ◦ green 134 ◦ blue 155

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

Shades of Horizon #57869B

Tints of Horizon #57869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 23.14%
G = 35.64%
B = 41.22%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57869B (or 0x57869B) is known color: Horizon. HEX triplet: 57, 86 and 9B. RGB value is (87,134,155). Sum of RGB (Red+Green+Blue) = 87+134+155=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #57869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57869B is #A87964. Grayscale: #7A7A7A. Windows color (decimal): -11041125 or 10192471. OLE color: 10192471.

HSL color Cylindrical-coordinate representation of color #57869B: hue angle of 198.53º 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 #57869B is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 134 155 -
CMYK 0.44 0.14 0 0.39
HSL 198.53º 0.28% 0.47% -
HSV(B) 198.53º 0.44% 0.61% -
XYZ 18.37 21.44 34.18 -
YUV 122.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 87 134 155 0.44 0.14 0 0.39 198.53 0.28 0.47
Hex 57 86 9B 2C E 0 27 C7 1C 2F
Octal 127 206 233 54 16 0 47 307 34 57
Binary 1010111 10000110 10011011 101100 1110 0 100111 11000111 11100 101111

Color Harmonies of #57869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57869B

Black with #57869B

Text Example


Text Example

White with #57869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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