Html Css Color HEX #538187 Paradiso

📋 copy color: '#538187'

red 83 ◦ green 129 ◦ blue 135

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

Shades of Paradiso #538187

Tints of Paradiso #538187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 23.92%
G = 37.18%
B = 38.9%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#538187 (or 0x538187) is known color: Paradiso. HEX triplet: 53, 81 and 87. RGB value is (83,129,135). Sum of RGB (Red+Green+Blue) = 83+129+135=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #538187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538187 is #AC7E78. Grayscale: #737373. Windows color (decimal): -11304569 or 8880467. OLE color: 8880467.

HSL color Cylindrical-coordinate representation of color #538187: hue angle of 186.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538187 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 129 135 -
CMYK 0.39 0.04 0 0.47
HSL 186.92º 0.24% 0.43% -
HSV(B) 186.92º 0.39% 0.53% -
XYZ 15.79 19.29 25.81 -
YUV 115.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 83 129 135 0.39 0.04 0 0.47 186.92 0.24 0.43
Hex 53 81 87 27 4 0 2F BB 18 2B
Octal 123 201 207 47 4 0 57 273 30 53
Binary 1010011 10000001 10000111 100111 100 0 101111 10111011 11000 101011

Color Harmonies of #538187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538187

Black with #538187

Text Example


Text Example

White with #538187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538187; }

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

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

background-color css

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

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

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

border-color css

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

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

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