#53838C

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

Shades of Paradiso #53838C

Tints of Paradiso #53838C

Color information

#53838C (or 0x53838C) is unknown color: approx Paradiso. HEX triplet: 53, 83 and 8C. RGB value is (83,131,140). Sum of RGB (Red+Green+Blue) = 83+131+140=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #53838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53838C is #AC7C73. Grayscale: #757575. Windows color (decimal): -11304052 or 9208659. OLE color: 9208659.

HSL color Cylindrical-coordinate representation of color #53838C: hue angle of 189.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53838C is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83131140-
CMYK0.410.0600.45
HSL189.47º25.56%43.73%-
HSV(B)189.47º40.71%54.9%-
XYZ16.4219.9727.8-
YUV117.67140.6103.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.45%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 140 (55.08% from 255) = 39.55%
R=23.45%
G=37.01%
B=39.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831311400.410.0600.45189.4725.5643.73
Hex53838C29602Dbd1a2c
Octal1232032145160552753254
Binary1010011100000111000110010100111001011011011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53838C; }

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

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

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

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

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

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

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

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