Html Css Color HEX #507E81 Paradiso

📋 copy color: '#507E81'

red 80 ◦ green 126 ◦ blue 129

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

Shades of Paradiso #507E81

Tints of Paradiso #507E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.61%

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 23.88%
G = 37.61%
B = 38.51%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507E81 (or 0x507E81) is known color: Paradiso. HEX triplet: 50, 7E and 81. RGB value is (80,126,129). Sum of RGB (Red+Green+Blue) = 80+126+129=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #507E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E81 is #AF817E. Grayscale: #707070. Windows color (decimal): -11501951 or 8486480. OLE color: 8486480.

HSL color Cylindrical-coordinate representation of color #507E81: hue angle of 183.67º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507E81 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 126 129 -
CMYK 0.38 0.02 0 0.49
HSL 183.67º 0.23% 0.41% -
HSV(B) 183.67º 0.38% 0.51% -
XYZ 14.73 18.21 23.51 -
YUV 112.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 80 126 129 0.38 0.02 0 0.49 183.67 0.23 0.41
Hex 50 7E 81 26 2 0 31 B8 17 29
Octal 120 176 201 46 2 0 61 270 27 51
Binary 1010000 1111110 10000001 100110 10 0 110001 10111000 10111 101001

Color Harmonies of #507E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E81

Black with #507E81

Text Example


Text Example

White with #507E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507E81; }

 p { color: rgb(80,126,129); }

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

background-color css

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

 a { background-color: rgb(80,126,129); }

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

border-color css

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

 span { border-color: rgb(80,126,129); }

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