#538285

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

Shades of Paradiso #538285

Tints of Paradiso #538285

Color information

#538285 (or 0x538285) is unknown color: approx Paradiso. HEX triplet: 53, 82 and 85. RGB value is (83,130,133). Sum of RGB (Red+Green+Blue) = 83+130+133=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #538285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538285 is #AC7D7A. Grayscale: #747474. Windows color (decimal): -11304315 or 8749651. OLE color: 8749651.

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

Color convert

RGB83130133-
CMYK0.380.0200.48
HSL183.6º23.15%42.35%-
HSV(B)183.6º37.59%52.16%-
XYZ15.7819.525.12-
YUV116.29137.43104.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=23.99%
G=37.57%
B=38.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831301330.380.0200.48183.623.1542.35
Hex538285262030b8172a
Octal1232022054620602702752
Binary101001110000010100001011001101001100001011100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538285; }

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

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

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

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

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

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

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

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