Html Css Color HEX #538584 Paradiso

📋 copy color: '#538584'

red 83 ◦ green 133 ◦ blue 132

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

Shades of Paradiso #538584

Tints of Paradiso #538584

RGB

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

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

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

R = 23.85%
G = 38.22%
B = 37.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#538584 (or 0x538584) is known color: Paradiso. HEX triplet: 53, 85 and 84. RGB value is (83,133,132). Sum of RGB (Red+Green+Blue) = 83+133+132=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #538584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538584 is #AC7A7B. Grayscale: #757575. Windows color (decimal): -11303548 or 8684883. OLE color: 8684883.

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

Color convert

RGB 83 133 132 -
CMYK 0.38 0 0.01 0.48
HSL 178.8º 0.23% 0.42% -
HSV(B) 178.8º 0.38% 0.52% -
XYZ 16.12 20.28 24.89 -
YUV 117.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 83 133 132 0.38 0 0.01 0.48 178.8 0.23 0.42
Hex 53 85 84 26 0 1 30 B3 17 2A
Octal 123 205 204 46 0 1 60 263 27 52
Binary 1010011 10000101 10000100 100110 0 1 110000 10110011 10111 101010

Color Harmonies of #538584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538584

Black with #538584

Text Example


Text Example

White with #538584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538584; }

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

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

background-color css

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

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

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

border-color css

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

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

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