Html Css Color HEX #532D69 Honey Flower

📋 copy color: '#532D69'

red 83 ◦ green 45 ◦ blue 105

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

Shades of Honey Flower #532D69

Tints of Honey Flower #532D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 35.62%
G = 19.31%
B = 45.06%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532D69 (or 0x532D69) is known color: Honey Flower. HEX triplet: 53, 2D and 69. RGB value is (83,45,105). Sum of RGB (Red+Green+Blue) = 83+45+105=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #532D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D69 is #ACD296. Grayscale: #3F3F3F. Windows color (decimal): -11326103 or 6892883. OLE color: 6892883.

HSL color Cylindrical-coordinate representation of color #532D69: hue angle of 278º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532D69 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 45 105 -
CMYK 0.21 0.57 0 0.59
HSL 278º 0.4% 0.29% -
HSV(B) 278º 0.57% 0.41% -
XYZ 7.06 4.74 13.91 -
YUV 63.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 83 45 105 0.21 0.57 0 0.59 278 0.4 0.29
Hex 53 2D 69 15 39 0 3B 116 28 1D
Octal 123 55 151 25 71 0 73 426 50 35
Binary 1010011 101101 1101001 10101 111001 0 111011 100010110 101000 11101

Color Harmonies of #532D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D69

Black with #532D69

Text Example


Text Example

White with #532D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,105); }

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

background-color css

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

 a { background-color: rgb(83,45,105); }

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

border-color css

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

 span { border-color: rgb(83,45,105); }

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