#538386

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

Shades of Paradiso #538386

Tints of Paradiso #538386

Color information

#538386 (or 0x538386) is unknown color: approx Paradiso. HEX triplet: 53, 83 and 86. RGB value is (83,131,134). Sum of RGB (Red+Green+Blue) = 83+131+134=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #538386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538386 is #AC7C79. Grayscale: #747474. Windows color (decimal): -11304058 or 8815443. OLE color: 8815443.

HSL color Cylindrical-coordinate representation of color #538386: hue angle of 183.53º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538386 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83131134-
CMYK0.380.0200.47
HSL183.53º23.5%42.55%-
HSV(B)183.53º38.06%52.55%-
XYZ15.9919.7925.53-
YUV116.99137.6103.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=23.85%
G=37.64%
B=38.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831311340.380.0200.47183.5323.542.55
Hex53838626202Fb8182b
Octal1232032064620572703053
Binary101001110000011100001101001101001011111011100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538386; }

 p { color: rgb(83,131,134); }

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

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

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

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

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

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

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