Html Css Color HEX #534065 Honey Flower

📋 copy color: '#534065'

red 83 ◦ green 64 ◦ blue 101

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

Shades of Honey Flower #534065

Tints of Honey Flower #534065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 33.47%
G = 25.81%
B = 40.73%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#534065 (or 0x534065) is known color: Honey Flower. HEX triplet: 53, 40 and 65. RGB value is (83,64,101). Sum of RGB (Red+Green+Blue) = 83+64+101=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #534065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534065 is #ACBF9A. Grayscale: #494949. Windows color (decimal): -11321243 or 6635603. OLE color: 6635603.

HSL color Cylindrical-coordinate representation of color #534065: hue angle of 270.81º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534065 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 64 101 -
CMYK 0.18 0.37 0 0.60
HSL 270.81º 0.22% 0.32% -
HSV(B) 270.81º 0.37% 0.4% -
XYZ 7.75 6.45 13.15 -
YUV 73.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 83 64 101 0.18 0.37 0 0.60 270.81 0.22 0.32
Hex 53 40 65 12 25 0 3C 10F 16 20
Octal 123 100 145 22 45 0 74 417 26 40
Binary 1010011 1000000 1100101 10010 100101 0 111100 100001111 10110 100000

Color Harmonies of #534065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534065

Black with #534065

Text Example


Text Example

White with #534065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534065; }

 p { color: rgb(83,64,101); }

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

background-color css

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

 a { background-color: rgb(83,64,101); }

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

border-color css

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

 span { border-color: rgb(83,64,101); }

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