Html Css Color HEX #508789 Paradiso

📋 copy color: '#508789'

red 80 ◦ green 135 ◦ blue 137

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

Shades of Paradiso #508789

Tints of Paradiso #508789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 22.73%
G = 38.35%
B = 38.92%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#508789 (or 0x508789) is known color: Paradiso. HEX triplet: 50, 87 and 89. RGB value is (80,135,137). Sum of RGB (Red+Green+Blue) = 80+135+137=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #508789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508789 is #AF7876. Grayscale: #767676. Windows color (decimal): -11499639 or 9013072. OLE color: 9013072.

HSL color Cylindrical-coordinate representation of color #508789: hue angle of 182.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508789 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 135 137 -
CMYK 0.42 0.01 0 0.46
HSL 182.11º 0.26% 0.43% -
HSV(B) 182.11º 0.42% 0.54% -
XYZ 16.49 20.84 26.82 -
YUV 118.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 80 135 137 0.42 0.01 0 0.46 182.11 0.26 0.43
Hex 50 87 89 2A 1 0 2E B6 1A 2B
Octal 120 207 211 52 1 0 56 266 32 53
Binary 1010000 10000111 10001001 101010 1 0 101110 10110110 11010 101011

Color Harmonies of #508789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508789

Black with #508789

Text Example


Text Example

White with #508789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508789; }

 p { color: rgb(80,135,137); }

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

background-color css

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

 a { background-color: rgb(80,135,137); }

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

border-color css

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

 span { border-color: rgb(80,135,137); }

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