Html Css Color HEX #538483 Paradiso

📋 copy color: '#538483'

red 83 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #538483

Tints of Paradiso #538483

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 83 132 131 -
CMYK 0.37 0 0.01 0.48
HSL 178.78º 0.23% 0.42% -
HSV(B) 178.78º 0.37% 0.52% -
XYZ 15.92 19.98 24.49 -
YUV 117.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 83 132 131 0.37 0 0.01 0.48 178.78 0.23 0.42
Hex 53 84 83 25 0 1 30 B3 17 2A
Octal 123 204 203 45 0 1 60 263 27 52
Binary 1010011 10000100 10000011 100101 0 1 110000 10110011 10111 101010

Color Harmonies of #538483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538483

Black with #538483

Text Example


Text Example

White with #538483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538483; }

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

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

background-color css

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

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

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

border-color css

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

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

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