Html Css Color HEX #508485 Paradiso

📋 copy color: '#508485'

red 80 ◦ green 132 ◦ blue 133

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

Shades of Paradiso #508485

Tints of Paradiso #508485

RGB

 RED value IS 80 (31.64% from 255) = 23.19%

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

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

R = 23.19%
G = 38.26%
B = 38.55%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#508485 (or 0x508485) is known color: Paradiso. HEX triplet: 50, 84 and 85. RGB value is (80,132,133). Sum of RGB (Red+Green+Blue) = 80+132+133=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #508485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508485 is #AF7B7A. Grayscale: #747474. Windows color (decimal): -11500411 or 8750160. OLE color: 8750160.

HSL color Cylindrical-coordinate representation of color #508485: hue angle of 181.13º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508485 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 133 -
CMYK 0.40 0.01 0 0.48
HSL 181.13º 0.25% 0.42% -
HSV(B) 181.13º 0.4% 0.52% -
XYZ 15.79 19.9 25.2 -
YUV 116.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 80 132 133 0.40 0.01 0 0.48 181.13 0.25 0.42
Hex 50 84 85 28 1 0 30 B5 19 2A
Octal 120 204 205 50 1 0 60 265 31 52
Binary 1010000 10000100 10000101 101000 1 0 110000 10110101 11001 101010

Color Harmonies of #508485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508485

Black with #508485

Text Example


Text Example

White with #508485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508485; }

 p { color: rgb(80,132,133); }

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

background-color css

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

 a { background-color: rgb(80,132,133); }

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

border-color css

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

 span { border-color: rgb(80,132,133); }

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