Html Css Color HEX #538085 Paradiso

📋 copy color: '#538085'

red 83 ◦ green 128 ◦ blue 133

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

Shades of Paradiso #538085

Tints of Paradiso #538085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 24.13%
G = 37.21%
B = 38.66%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#538085 (or 0x538085) is known color: Paradiso. HEX triplet: 53, 80 and 85. RGB value is (83,128,133). Sum of RGB (Red+Green+Blue) = 83+128+133=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #538085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538085 is #AC7F7A. Grayscale: #737373. Windows color (decimal): -11304827 or 8749139. OLE color: 8749139.

HSL color Cylindrical-coordinate representation of color #538085: hue angle of 186º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538085 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 128 133 -
CMYK 0.38 0.04 0 0.48
HSL 186º 0.23% 0.42% -
HSV(B) 186º 0.38% 0.52% -
XYZ 15.52 18.97 25.03 -
YUV 115.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 83 128 133 0.38 0.04 0 0.48 186 0.23 0.42
Hex 53 80 85 26 4 0 30 BA 17 2A
Octal 123 200 205 46 4 0 60 272 27 52
Binary 1010011 10000000 10000101 100110 100 0 110000 10111010 10111 101010

Color Harmonies of #538085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538085

Black with #538085

Text Example


Text Example

White with #538085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538085; }

 p { color: rgb(83,128,133); }

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

background-color css

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

 a { background-color: rgb(83,128,133); }

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

border-color css

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

 span { border-color: rgb(83,128,133); }

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