#53828B

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

Shades of Paradiso #53828B

Tints of Paradiso #53828B

Color information

#53828B (or 0x53828B) is unknown color: approx Paradiso. HEX triplet: 53, 82 and 8B. RGB value is (83,130,139). Sum of RGB (Red+Green+Blue) = 83+130+139=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #53828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53828B is #AC7D74. Grayscale: #747474. Windows color (decimal): -11304309 or 9142867. OLE color: 9142867.

HSL color Cylindrical-coordinate representation of color #53828B: hue angle of 189.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53828B is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83130139-
CMYK0.400.0600.45
HSL189.64º25.23%43.53%-
HSV(B)189.64º40.29%54.51%-
XYZ16.2119.6727.37-
YUV116.97140.43103.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=23.58%
G=36.93%
B=39.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831301390.400.0600.45189.6425.2343.53
Hex53828B28602Dbe192c
Octal1232022135060552763154
Binary1010011100000101000101110100011001011011011111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53828B; }

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

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

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

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

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

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

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

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