#55828B

Color #55828B Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #55828B

Tints of Paradiso #55828B

Color information

#55828B (or 0x55828B) is unknown color: approx Paradiso. HEX triplet: 55, 82 and 8B. RGB value is (85,130,139). Sum of RGB (Red+Green+Blue) = 85+130+139=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #55828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55828B is #AA7D74. Grayscale: #757575. Windows color (decimal): -11173237 or 9142869. OLE color: 9142869.

HSL color Cylindrical-coordinate representation of color #55828B: hue angle of 190º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55828B is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85130139-
CMYK0.390.0600.45
HSL190º24.11%43.92%-
HSV(B)190º38.85%54.51%-
XYZ16.3919.7627.38-
YUV117.57140.09104.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=24.01%
G=36.72%
B=39.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851301390.390.0600.4519024.1143.92
Hex55828B27602Dbe182c
Octal1252022134760552763054
Binary1010101100000101000101110011111001011011011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,130,139); }

 H1.HeaderClassName
 {
   color: #55828B;
 }
 .AnyTagClassName
 {
   color: #55828B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,130,139); }

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

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

 span { border-color: rgb(85,130,139); }

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