#54828A

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

Shades of Paradiso #54828A

Tints of Paradiso #54828A

Color information

#54828A (or 0x54828A) is unknown color: approx Paradiso. HEX triplet: 54, 82 and 8A. RGB value is (84,130,138). Sum of RGB (Red+Green+Blue) = 84+130+138=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #54828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54828A is #AB7D75. Grayscale: #757575. Windows color (decimal): -11238774 or 9077332. OLE color: 9077332.

HSL color Cylindrical-coordinate representation of color #54828A: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54828A is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84130138-
CMYK0.390.0600.46
HSL188.89º24.32%43.53%-
HSV(B)188.89º39.13%54.12%-
XYZ16.2319.6926.99-
YUV117.16139.76104.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=23.86%
G=36.93%
B=39.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841301380.390.0600.46188.8924.3243.53
Hex54828A27602Ebd182c
Octal1242022124760562753054
Binary1010100100000101000101010011111001011101011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,130,138); }

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

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

 a { background-color: rgb(84,130,138); }

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

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

 span { border-color: rgb(84,130,138); }

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