Html Css Color HEX #532F68 Honey Flower

📋 copy color: '#532F68'

red 83 ◦ green 47 ◦ blue 104

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

Shades of Honey Flower #532F68

Tints of Honey Flower #532F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

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

R = 35.47%
G = 20.09%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532F68 (or 0x532F68) is known color: Honey Flower. HEX triplet: 53, 2F and 68. RGB value is (83,47,104). Sum of RGB (Red+Green+Blue) = 83+47+104=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #532F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F68 is #ACD097. Grayscale: #404040. Windows color (decimal): -11325592 or 6827859. OLE color: 6827859.

HSL color Cylindrical-coordinate representation of color #532F68: hue angle of 277.89º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532F68 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 47 104 -
CMYK 0.20 0.55 0 0.59
HSL 277.89º 0.38% 0.3% -
HSV(B) 277.89º 0.55% 0.41% -
XYZ 7.08 4.87 13.66 -
YUV 64.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 83 47 104 0.20 0.55 0 0.59 277.89 0.38 0.3
Hex 53 2F 68 14 37 0 3B 116 26 1E
Octal 123 57 150 24 67 0 73 426 46 36
Binary 1010011 101111 1101000 10100 110111 0 111011 100010110 100110 11110

Color Harmonies of #532F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F68

Black with #532F68

Text Example


Text Example

White with #532F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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