Html Css Color HEX #538487 Paradiso

📋 copy color: '#538487'

red 83 ◦ green 132 ◦ blue 135

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

Shades of Paradiso #538487

Tints of Paradiso #538487

RGB

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

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

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

R = 23.71%
G = 37.71%
B = 38.57%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#538487 (or 0x538487) is known color: Paradiso. HEX triplet: 53, 84 and 87. RGB value is (83,132,135). Sum of RGB (Red+Green+Blue) = 83+132+135=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #538487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538487 is #AC7B78. Grayscale: #757575. Windows color (decimal): -11303801 or 8881235. OLE color: 8881235.

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

Color convert

RGB 83 132 135 -
CMYK 0.39 0.02 0 0.47
HSL 183.46º 0.24% 0.43% -
HSV(B) 183.46º 0.39% 0.53% -
XYZ 16.19 20.09 25.95 -
YUV 117.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 83 132 135 0.39 0.02 0 0.47 183.46 0.24 0.43
Hex 53 84 87 27 2 0 2F B7 18 2B
Octal 123 204 207 47 2 0 57 267 30 53
Binary 1010011 10000100 10000111 100111 10 0 101111 10110111 11000 101011

Color Harmonies of #538487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538487

Black with #538487

Text Example


Text Example

White with #538487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538487; }

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

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

background-color css

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

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

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

border-color css

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

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

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