#54818A

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

Shades of Paradiso #54818A

Tints of Paradiso #54818A

Color information

#54818A (or 0x54818A) is unknown color: approx Paradiso. HEX triplet: 54, 81 and 8A. RGB value is (84,129,138). Sum of RGB (Red+Green+Blue) = 84+129+138=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #54818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54818A is #AB7E75. Grayscale: #747474. Windows color (decimal): -11239030 or 9077076. OLE color: 9077076.

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

Color convert

RGB84129138-
CMYK0.390.0700.46
HSL190º24.32%43.53%-
HSV(B)190º39.13%54.12%-
XYZ16.0919.4226.95-
YUV116.57140.09104.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=23.93%
G=36.75%
B=39.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841291380.390.0700.4619024.3243.53
Hex54818A27702Ebe182c
Octal1242012124770562763054
Binary1010100100000011000101010011111101011101011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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