Html Css Color HEX #538184 Paradiso

📋 copy color: '#538184'

red 83 ◦ green 129 ◦ blue 132

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

Shades of Paradiso #538184

Tints of Paradiso #538184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

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

R = 24.13%
G = 37.5%
B = 38.37%

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

#538184 (or 0x538184) is known color: Paradiso. HEX triplet: 53, 81 and 84. RGB value is (83,129,132). Sum of RGB (Red+Green+Blue) = 83+129+132=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #538184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538184 is #AC7E7B. Grayscale: #737373. Windows color (decimal): -11304572 or 8683859. OLE color: 8683859.

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

Color convert

RGB 83 129 132 -
CMYK 0.37 0.02 0 0.48
HSL 183.67º 0.23% 0.42% -
HSV(B) 183.67º 0.37% 0.52% -
XYZ 15.58 19.21 24.72 -
YUV 115.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 83 129 132 0.37 0.02 0 0.48 183.67 0.23 0.42
Hex 53 81 84 25 2 0 30 B8 17 2A
Octal 123 201 204 45 2 0 60 270 27 52
Binary 1010011 10000001 10000100 100101 10 0 110000 10111000 10111 101010

Color Harmonies of #538184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538184

Black with #538184

Text Example


Text Example

White with #538184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538184; }

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

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

background-color css

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

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

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

border-color css

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

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

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