#53808A

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

Shades of Paradiso #53808A

Tints of Paradiso #53808A

Color information

#53808A (or 0x53808A) is unknown color: approx Paradiso. HEX triplet: 53, 80 and 8A. RGB value is (83,128,138). Sum of RGB (Red+Green+Blue) = 83+128+138=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #53808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53808A is #AC7F75. Grayscale: #737373. Windows color (decimal): -11304822 or 9076819. OLE color: 9076819.

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

Color convert

RGB83128138-
CMYK0.400.0700.46
HSL190.91º24.89%43.33%-
HSV(B)190.91º39.86%54.12%-
XYZ15.8719.1126.9-
YUV115.68140.59104.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=23.78%
G=36.68%
B=39.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831281380.400.0700.46190.9124.8943.33
Hex53808A28702Ebf192b
Octal1232002125070562773153
Binary1010011100000001000101010100011101011101011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53808A; }

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

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

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

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

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

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

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

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