Html Css Color HEX #517B83 Paradiso

📋 copy color: '#517B83'

red 81 ◦ green 123 ◦ blue 131

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

Shades of Paradiso #517B83

Tints of Paradiso #517B83

RGB

 RED value IS 81 (32.03% from 255) = 24.18%

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

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

R = 24.18%
G = 36.72%
B = 39.1%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517B83 (or 0x517B83) is known color: Paradiso. HEX triplet: 51, 7B and 83. RGB value is (81,123,131). Sum of RGB (Red+Green+Blue) = 81+123+131=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #517B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B83 is #AE847C. Grayscale: #6F6F6F. Windows color (decimal): -11437181 or 8616785. OLE color: 8616785.

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

Color convert

RGB 81 123 131 -
CMYK 0.38 0.06 0 0.49
HSL 189.6º 0.24% 0.42% -
HSV(B) 189.6º 0.38% 0.51% -
XYZ 14.57 17.55 24.09 -
YUV 111.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 81 123 131 0.38 0.06 0 0.49 189.6 0.24 0.42
Hex 51 7B 83 26 6 0 31 BE 18 2A
Octal 121 173 203 46 6 0 61 276 30 52
Binary 1010001 1111011 10000011 100110 110 0 110001 10111110 11000 101010

Color Harmonies of #517B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B83

Black with #517B83

Text Example


Text Example

White with #517B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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