#55838F

Color #55838F Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #55838F

Tints of Horizon #55838F

Color information

#55838F (or 0x55838F) is unknown color: approx 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

RGB85131143-
CMYK0.410.0800.44
HSL192.41º25.44%44.71%-
HSV(B)192.41º40.56%56.08%-
XYZ16.8220.1528.99-
YUV118.61141.76104.02-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851311430.410.0800.44192.4125.4444.71
Hex55838F29802Cc0192d
Octal12520321751100543003155
Binary10101011000001110001111101001100001011001100000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>