Html Css Color HEX #534261 Honey Flower

📋 copy color: '#534261'

red 83 ◦ green 66 ◦ blue 97

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

Shades of Honey Flower #534261

Tints of Honey Flower #534261

RGB

 RED value IS 83 (32.81% from 255) = 33.74%

 GREEN value IS 66 (26.17% from 255) = 26.83%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 33.74%
G = 26.83%
B = 39.43%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534261 (or 0x534261) is known color: Honey Flower. HEX triplet: 53, 42 and 61. RGB value is (83,66,97). Sum of RGB (Red+Green+Blue) = 83+66+97=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: blue. Hex color #534261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534261 is #ACBD9E. Grayscale: #4A4A4A. Windows color (decimal): -11320735 or 6373971. OLE color: 6373971.

HSL color Cylindrical-coordinate representation of color #534261: hue angle of 272.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534261 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 66 97 -
CMYK 0.14 0.32 0 0.62
HSL 272.9º 0.19% 0.32% -
HSV(B) 272.9º 0.32% 0.38% -
XYZ 7.67 6.6 12.18 -
YUV 74.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 83 66 97 0.14 0.32 0 0.62 272.9 0.19 0.32
Hex 53 42 61 E 20 0 3E 111 13 20
Octal 123 102 141 16 40 0 76 421 23 40
Binary 1010011 1000010 1100001 1110 100000 0 111110 100010001 10011 100000

Color Harmonies of #534261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534261

Black with #534261

Text Example


Text Example

White with #534261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534261; }

 p { color: rgb(83,66,97); }

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

background-color css

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

 a { background-color: rgb(83,66,97); }

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

border-color css

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

 span { border-color: rgb(83,66,97); }

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