Html Css Color HEX #503D60 Honey Flower

📋 copy color: '#503D60'

red 80 ◦ green 61 ◦ blue 96

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

Shades of Honey Flower #503D60

Tints of Honey Flower #503D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 33.76%
G = 25.74%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#503D60 (or 0x503D60) is known color: Honey Flower. HEX triplet: 50, 3D and 60. RGB value is (80,61,96). Sum of RGB (Red+Green+Blue) = 80+61+96=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #503D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D60 is #AFC29F. Grayscale: #464646. Windows color (decimal): -11518624 or 6307152. OLE color: 6307152.

HSL color Cylindrical-coordinate representation of color #503D60: hue angle of 272.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #503D60 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 61 96 -
CMYK 0.17 0.36 0 0.62
HSL 272.57º 0.22% 0.31% -
HSV(B) 272.57º 0.36% 0.38% -
XYZ 7.09 5.89 11.83 -
YUV 70.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 80 61 96 0.17 0.36 0 0.62 272.57 0.22 0.31
Hex 50 3D 60 11 24 0 3E 111 16 1F
Octal 120 75 140 21 44 0 76 421 26 37
Binary 1010000 111101 1100000 10001 100100 0 111110 100010001 10110 11111

Color Harmonies of #503D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D60

Black with #503D60

Text Example


Text Example

White with #503D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503D60; }

 p { color: rgb(80,61,96); }

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

background-color css

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

 a { background-color: rgb(80,61,96); }

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

border-color css

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

 span { border-color: rgb(80,61,96); }

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