#548283

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

Shades of Paradiso #548283

Tints of Paradiso #548283

Color information

#548283 (or 0x548283) is unknown color: approx Paradiso. HEX triplet: 54, 82 and 83. RGB value is (84,130,131). Sum of RGB (Red+Green+Blue) = 84+130+131=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #548283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548283 is #AB7D7C. Grayscale: #747474. Windows color (decimal): -11238781 or 8618580. OLE color: 8618580.

HSL color Cylindrical-coordinate representation of color #548283: hue angle of 181.28º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548283 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84130131-
CMYK0.360.0100.49
HSL181.28º21.86%42.16%-
HSV(B)181.28º35.88%51.37%-
XYZ15.7419.4924.41-
YUV116.36136.26104.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=24.35%
G=37.68%
B=37.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301310.360.0100.49181.2821.8642.16
Hex548283241031b5162a
Octal1242022034410612652652
Binary10101001000001010000011100100101100011011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548283; }

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

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

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

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

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

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

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

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