#538684

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

Shades of Paradiso #538684

Tints of Paradiso #538684

Color information

#538684 (or 0x538684) is unknown color: approx Paradiso. HEX triplet: 53, 86 and 84. RGB value is (83,134,132). Sum of RGB (Red+Green+Blue) = 83+134+132=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #538684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538684 is #AC797B. Grayscale: #767676. Windows color (decimal): -11303292 or 8685139. OLE color: 8685139.

HSL color Cylindrical-coordinate representation of color #538684: hue angle of 177.65º 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 #538684 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB83134132-
CMYK0.3800.010.47
HSL177.65º23.5%42.55%-
HSV(B)177.65º38.06%52.55%-
XYZ16.2620.5624.94-
YUV118.52135.6102.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=23.78%
G=38.40%
B=37.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341320.3800.010.47177.6523.542.55
Hex53868426012Fb2182b
Octal1232062044601572623053
Binary10100111000011010000100100110011011111011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538684; }

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

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

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

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

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

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

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

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