Html Css Color HEX #538484 Paradiso

📋 copy color: '#538484'

red 83 ◦ green 132 ◦ blue 132

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

Shades of Paradiso #538484

Tints of Paradiso #538484

RGB

 RED value IS 83 (32.81% from 255) = 23.92%

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 23.92%
G = 38.04%
B = 38.04%

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

#538484 (or 0x538484) is known color: Paradiso. HEX triplet: 53, 84 and 84. RGB value is (83,132,132). Sum of RGB (Red+Green+Blue) = 83+132+132=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #538484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538484 is #AC7B7B. Grayscale: #757575. Windows color (decimal): -11303804 or 8684627. OLE color: 8684627.

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

Color convert

RGB 83 132 132 -
CMYK 0.37 0 0 0.48
HSL 180º 0.23% 0.42% -
HSV(B) 180º 0.37% 0.52% -
XYZ 15.98 20.01 24.85 -
YUV 117.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 83 132 132 0.37 0 0 0.48 180 0.23 0.42
Hex 53 84 84 25 0 0 30 B4 17 2A
Octal 123 204 204 45 0 0 60 264 27 52
Binary 1010011 10000100 10000100 100101 0 0 110000 10110100 10111 101010

Color Harmonies of #538484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538484

Black with #538484

Text Example


Text Example

White with #538484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538484; }

 p { color: rgb(83,132,132); }

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

background-color css

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

 a { background-color: rgb(83,132,132); }

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

border-color css

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

 span { border-color: rgb(83,132,132); }

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