#558585

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

Shades of Paradiso #558585

Tints of Paradiso #558585

Color information

#558585 (or 0x558585) is unknown color: approx Paradiso. HEX triplet: 55, 85 and 85. RGB value is (85,133,133). Sum of RGB (Red+Green+Blue) = 85+133+133=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #558585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558585 is #AA7A7A. Grayscale: #767676. Windows color (decimal): -11172475 or 8750421. OLE color: 8750421.

HSL color Cylindrical-coordinate representation of color #558585: hue angle of 180º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558585 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85133133-
CMYK0.36000.48
HSL180º22.02%42.75%-
HSV(B)180º36.09%52.16%-
XYZ16.3720.425.27-
YUV118.65136.1104-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=24.22%
G=37.89%
B=37.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851331330.36000.4818022.0242.75
Hex558585240030b4162b
Octal1252052054400602642653
Binary10101011000010110000101100100001100001011010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558585; }

 p { color: rgb(85,133,133); }

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

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

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

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

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

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

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