Html Css Color HEX #538284 Paradiso

📋 copy color: '#538284'

red 83 ◦ green 130 ◦ blue 132

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

Shades of Paradiso #538284

Tints of Paradiso #538284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 24.06%
G = 37.68%
B = 38.26%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#538284 (or 0x538284) is known color: Paradiso. HEX triplet: 53, 82 and 84. RGB value is (83,130,132). Sum of RGB (Red+Green+Blue) = 83+130+132=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #538284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538284 is #AC7D7B. Grayscale: #747474. Windows color (decimal): -11304316 or 8684115. OLE color: 8684115.

HSL color Cylindrical-coordinate representation of color #538284: hue angle of 182.45º 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 #538284 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 130 132 -
CMYK 0.37 0.02 0 0.48
HSL 182.45º 0.23% 0.42% -
HSV(B) 182.45º 0.37% 0.52% -
XYZ 15.71 19.47 24.76 -
YUV 116.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 83 130 132 0.37 0.02 0 0.48 182.45 0.23 0.42
Hex 53 82 84 25 2 0 30 B6 17 2A
Octal 123 202 204 45 2 0 60 266 27 52
Binary 1010011 10000010 10000100 100101 10 0 110000 10110110 10111 101010

Color Harmonies of #538284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538284

Black with #538284

Text Example


Text Example

White with #538284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538284; }

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

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

background-color css

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

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

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

border-color css

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

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

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