#538085

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

Shades of Paradiso #538085

Tints of Paradiso #538085

Color information

#538085 (or 0x538085) is unknown color: approx Paradiso. HEX triplet: 53, 80 and 85. RGB value is (83,128,133). Sum of RGB (Red+Green+Blue) = 83+128+133=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #538085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538085 is #AC7F7A. Grayscale: #737373. Windows color (decimal): -11304827 or 8749139. OLE color: 8749139.

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

Color convert

RGB83128133-
CMYK0.380.0400.48
HSL186º23.15%42.35%-
HSV(B)186º37.59%52.16%-
XYZ15.5218.9725.03-
YUV115.12138.09105.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=24.13%
G=37.21%
B=38.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831281330.380.0400.4818623.1542.35
Hex538085264030ba172a
Octal1232002054640602722752
Binary1010011100000001000010110011010001100001011101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538085; }

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

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

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

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

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

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

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

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