Html Css Color HEX #51767C Paradiso

📋 copy color: '#51767C'

red 81 ◦ green 118 ◦ blue 124

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

Shades of Paradiso #51767C

Tints of Paradiso #51767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 25.08%
G = 36.53%
B = 38.39%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51767C (or 0x51767C) is known color: Paradiso. HEX triplet: 51, 76 and 7C. RGB value is (81,118,124). Sum of RGB (Red+Green+Blue) = 81+118+124=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #51767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51767C is #AE8983. Grayscale: #6B6B6B. Windows color (decimal): -11438468 or 8156753. OLE color: 8156753.

HSL color Cylindrical-coordinate representation of color #51767C: hue angle of 188.37º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51767C is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 118 124 -
CMYK 0.35 0.05 0 0.51
HSL 188.37º 0.21% 0.4% -
HSV(B) 188.37º 0.35% 0.49% -
XYZ 13.51 16.16 21.48 -
YUV 107.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 81 118 124 0.35 0.05 0 0.51 188.37 0.21 0.4
Hex 51 76 7C 23 5 0 33 BC 15 28
Octal 121 166 174 43 5 0 63 274 25 50
Binary 1010001 1110110 1111100 100011 101 0 110011 10111100 10101 101000

Color Harmonies of #51767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51767C

Black with #51767C

Text Example


Text Example

White with #51767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51767C; }

 p { color: rgb(81,118,124); }

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

background-color css

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

 a { background-color: rgb(81,118,124); }

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

border-color css

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

 span { border-color: rgb(81,118,124); }

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