Html Css Color HEX #548585 Paradiso

📋 copy color: '#548585'

red 84 ◦ green 133 ◦ blue 133

#548585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #548585

Tints of Paradiso #548585

RGB

 RED value IS 84 (33.2% from 255) = 24%

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 24%
G = 38%
B = 38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#548585 (or 0x548585) is known color: Paradiso. HEX triplet: 54, 85 and 85. RGB value is (84,133,133). Sum of RGB (Red+Green+Blue) = 84+133+133=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #548585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548585 is #AB7A7A. Grayscale: #767676. Windows color (decimal): -11238011 or 8750420. OLE color: 8750420.

HSL color Cylindrical-coordinate representation of color #548585: hue angle of 180º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548585 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 133 133 -
CMYK 0.37 0 0 0.48
HSL 180º 0.23% 0.43% -
HSV(B) 180º 0.37% 0.52% -
XYZ 16.28 20.35 25.26 -
YUV 118.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 84 133 133 0.37 0 0 0.48 180 0.23 0.43
Hex 54 85 85 25 0 0 30 B4 17 2B
Octal 124 205 205 45 0 0 60 264 27 53
Binary 1010100 10000101 10000101 100101 0 0 110000 10110100 10111 101011

Color Harmonies of #548585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548585

Black with #548585

Text Example


Text Example

White with #548585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548585; }

 p { color: rgb(84,133,133); }

 H1.HeaderClassName
 {
   color: #548585;
 }
 .AnyTagClassName
 {
   color: #548585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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