Html Css Color HEX #538384 Paradiso

📋 copy color: '#538384'

red 83 ◦ green 131 ◦ blue 132

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

Shades of Paradiso #538384

Tints of Paradiso #538384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

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

R = 23.99%
G = 37.86%
B = 38.15%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#538384 (or 0x538384) is known color: Paradiso. HEX triplet: 53, 83 and 84. RGB value is (83,131,132). Sum of RGB (Red+Green+Blue) = 83+131+132=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #538384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538384 is #AC7C7B. Grayscale: #747474. Windows color (decimal): -11304060 or 8684371. OLE color: 8684371.

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

Color convert

RGB 83 131 132 -
CMYK 0.37 0.01 0 0.48
HSL 181.22º 0.23% 0.42% -
HSV(B) 181.22º 0.37% 0.52% -
XYZ 15.85 19.74 24.8 -
YUV 116.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 83 131 132 0.37 0.01 0 0.48 181.22 0.23 0.42
Hex 53 83 84 25 1 0 30 B5 17 2A
Octal 123 203 204 45 1 0 60 265 27 52
Binary 1010011 10000011 10000100 100101 1 0 110000 10110101 10111 101010

Color Harmonies of #538384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538384

Black with #538384

Text Example


Text Example

White with #538384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538384; }

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

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

background-color css

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

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

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

border-color css

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

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

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