#54838a

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

Shades of Paradiso #54838A

Tints of Paradiso #54838A

Color information

#54838A (or 0x54838A) is unknown color: approx Paradiso. HEX triplet: 54, 83 and 8A. RGB value is (84,131,138). Sum of RGB (Red+Green+Blue) = 84+131+138=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #54838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54838A is #AB7C75. Grayscale: #757575. Windows color (decimal): -11238518 or 9077588. OLE color: 9077588.

HSL color Cylindrical-coordinate representation of color #54838A: hue angle of 187.78º 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 #54838A is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84131138-
CMYK0.390.0500.46
HSL187.78º24.32%43.53%-
HSV(B)187.78º39.13%54.12%-
XYZ16.3619.9527.03-
YUV117.74139.43103.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=23.80%
G=37.11%
B=39.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841311380.390.0500.46187.7824.3243.53
Hex54838A27502Ebc182c
Octal1242032124750562743054
Binary1010100100000111000101010011110101011101011110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54838a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54838a; }

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

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

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

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

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

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

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

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