#538289

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

Shades of Paradiso #538289

Tints of Paradiso #538289

Color information

#538289 (or 0x538289) is unknown color: approx Paradiso. HEX triplet: 53, 82 and 89. RGB value is (83,130,137). Sum of RGB (Red+Green+Blue) = 83+130+137=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #538289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538289 is #AC7D76. Grayscale: #747474. Windows color (decimal): -11304311 or 9011795. OLE color: 9011795.

HSL color Cylindrical-coordinate representation of color #538289: hue angle of 187.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538289 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83130137-
CMYK0.390.0500.46
HSL187.78º24.55%43.14%-
HSV(B)187.78º39.42%53.73%-
XYZ16.0719.6126.61-
YUV116.74139.43103.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=23.71%
G=37.14%
B=39.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831301370.390.0500.46187.7824.5543.14
Hex53828927502Ebc192b
Octal1232022114750562743153
Binary1010011100000101000100110011110101011101011110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538289; }

 p { color: rgb(83,130,137); }

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

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

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

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

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

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

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