Html Css Color HEX #504356 Bossanova

📋 copy color: '#504356'

red 80 ◦ green 67 ◦ blue 86

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

Shades of Bossanova #504356

Tints of Bossanova #504356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 34.33%
G = 28.76%
B = 36.91%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#504356 (or 0x504356) is known color: Bossanova. HEX triplet: 50, 43 and 56. RGB value is (80,67,86). Sum of RGB (Red+Green+Blue) = 80+67+86=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #504356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504356 is #AFBCA9. Grayscale: #484848. Windows color (decimal): -11517098 or 5653328. OLE color: 5653328.

HSL color Cylindrical-coordinate representation of color #504356: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #504356 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 67 86 -
CMYK 0.07 0.22 0 0.66
HSL 281.05º 0.12% 0.3% -
HSV(B) 281.05º 0.22% 0.34% -
XYZ 7 6.39 9.67 -
YUV 73.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 80 67 86 0.07 0.22 0 0.66 281.05 0.12 0.3
Hex 50 43 56 7 16 0 42 119 C 1E
Octal 120 103 126 7 26 0 102 431 14 36
Binary 1010000 1000011 1010110 111 10110 0 1000010 100011001 1100 11110

Color Harmonies of #504356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504356

Black with #504356

Text Example


Text Example

White with #504356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504356; }

 p { color: rgb(80,67,86); }

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

background-color css

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

 a { background-color: rgb(80,67,86); }

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

border-color css

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

 span { border-color: rgb(80,67,86); }

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