Html Css Color HEX #55838F Horizon

📋 copy color: '#55838F'

red 85 ◦ green 131 ◦ blue 143

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

Shades of Horizon #55838F

Tints of Horizon #55838F

RGB

 RED value IS 85 (33.59% from 255) = 23.68%

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 23.68%
G = 36.49%
B = 39.83%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55838F (or 0x55838F) is known color: Horizon. HEX triplet: 55, 83 and 8F. RGB value is (85,131,143). Sum of RGB (Red+Green+Blue) = 85+131+143=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #55838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55838F is #AA7C70. Grayscale: #767676. Windows color (decimal): -11172977 or 9405269. OLE color: 9405269.

HSL color Cylindrical-coordinate representation of color #55838F: hue angle of 192.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55838F is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 131 143 -
CMYK 0.41 0.08 0 0.44
HSL 192.41º 0.25% 0.45% -
HSV(B) 192.41º 0.41% 0.56% -
XYZ 16.82 20.15 28.99 -
YUV 118.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 85 131 143 0.41 0.08 0 0.44 192.41 0.25 0.45
Hex 55 83 8F 29 8 0 2C C0 19 2D
Octal 125 203 217 51 10 0 54 300 31 55
Binary 1010101 10000011 10001111 101001 1000 0 101100 11000000 11001 101101

Color Harmonies of #55838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55838F

Black with #55838F

Text Example


Text Example

White with #55838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55838F; }

 p { color: rgb(85,131,143); }

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

background-color css

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

 a { background-color: rgb(85,131,143); }

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

border-color css

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

 span { border-color: rgb(85,131,143); }

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