Html Css Color HEX #533A68 Honey Flower

📋 copy color: '#533A68'

red 83 ◦ green 58 ◦ blue 104

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

Shades of Honey Flower #533A68

Tints of Honey Flower #533A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 33.88%
G = 23.67%
B = 42.45%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#533A68 (or 0x533A68) is known color: Honey Flower. HEX triplet: 53, 3A and 68. RGB value is (83,58,104). Sum of RGB (Red+Green+Blue) = 83+58+104=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #533A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A68 is #ACC597. Grayscale: #464646. Windows color (decimal): -11322776 or 6830675. OLE color: 6830675.

HSL color Cylindrical-coordinate representation of color #533A68: hue angle of 272.61º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #533A68 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 58 104 -
CMYK 0.20 0.44 0 0.59
HSL 272.61º 0.28% 0.32% -
HSV(B) 272.61º 0.44% 0.41% -
XYZ 7.58 5.86 13.83 -
YUV 70.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 83 58 104 0.20 0.44 0 0.59 272.61 0.28 0.32
Hex 53 3A 68 14 2C 0 3B 111 1C 20
Octal 123 72 150 24 54 0 73 421 34 40
Binary 1010011 111010 1101000 10100 101100 0 111011 100010001 11100 100000

Color Harmonies of #533A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A68

Black with #533A68

Text Example


Text Example

White with #533A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A68; }

 p { color: rgb(83,58,104); }

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

background-color css

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

 a { background-color: rgb(83,58,104); }

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

border-color css

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

 span { border-color: rgb(83,58,104); }

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