Html Css Color HEX #507B83 Paradiso

📋 copy color: '#507B83'

red 80 ◦ green 123 ◦ blue 131

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

Shades of Paradiso #507B83

Tints of Paradiso #507B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 131 (51.56% from 255) = 39.22%

R = 23.95%
G = 36.83%
B = 39.22%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507B83 (or 0x507B83) is known color: Paradiso. HEX triplet: 50, 7B and 83. RGB value is (80,123,131). Sum of RGB (Red+Green+Blue) = 80+123+131=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #507B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B83 is #AF847C. Grayscale: #6E6E6E. Windows color (decimal): -11502717 or 8616784. OLE color: 8616784.

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

Color convert

RGB 80 123 131 -
CMYK 0.39 0.06 0 0.49
HSL 189.41º 0.24% 0.41% -
HSV(B) 189.41º 0.39% 0.51% -
XYZ 14.49 17.51 24.09 -
YUV 111.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 80 123 131 0.39 0.06 0 0.49 189.41 0.24 0.41
Hex 50 7B 83 27 6 0 31 BD 18 29
Octal 120 173 203 47 6 0 61 275 30 51
Binary 1010000 1111011 10000011 100111 110 0 110001 10111101 11000 101001

Color Harmonies of #507B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B83

Black with #507B83

Text Example


Text Example

White with #507B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,131); }

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

background-color css

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

 a { background-color: rgb(80,123,131); }

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

border-color css

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

 span { border-color: rgb(80,123,131); }

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