#538584

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

Shades of Paradiso #538584

Tints of Paradiso #538584

Color information

#538584 (or 0x538584) is unknown color: approx Paradiso. HEX triplet: 53, 85 and 84. RGB value is (83,133,132). Sum of RGB (Red+Green+Blue) = 83+133+132=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #538584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538584 is #AC7A7B. Grayscale: #757575. Windows color (decimal): -11303548 or 8684883. OLE color: 8684883.

HSL color Cylindrical-coordinate representation of color #538584: hue angle of 178.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538584 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB83133132-
CMYK0.3800.010.48
HSL178.8º23.15%42.35%-
HSV(B)178.8º37.59%52.16%-
XYZ16.1220.2824.89-
YUV117.94135.94103.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=23.85%
G=38.22%
B=37.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831331320.3800.010.48178.823.1542.35
Hex538584260130b3172a
Octal1232052044601602632752
Binary10100111000010110000100100110011100001011001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538584; }

 p { color: rgb(83,133,132); }

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

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

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

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

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

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

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