#538484

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

Shades of Paradiso #538484

Tints of Paradiso #538484

Color information

#538484 (or 0x538484) is unknown color: approx Paradiso. HEX triplet: 53, 84 and 84. RGB value is (83,132,132). Sum of RGB (Red+Green+Blue) = 83+132+132=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #538484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538484 is #AC7B7B. Grayscale: #757575. Windows color (decimal): -11303804 or 8684627. OLE color: 8684627.

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

Color convert

RGB83132132-
CMYK0.37000.48
HSL180º22.79%42.16%-
HSV(B)180º37.12%51.76%-
XYZ15.9820.0124.85-
YUV117.35136.27103.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=23.92%
G=38.04%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321320.37000.4818022.7942.16
Hex538484250030b4172a
Octal1232042044500602642752
Binary10100111000010010000100100101001100001011010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538484; }

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

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

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

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

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

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

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

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