Html Css Color HEX #532B69 Honey Flower

📋 copy color: '#532B69'

red 83 ◦ green 43 ◦ blue 105

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

Shades of Honey Flower #532B69

Tints of Honey Flower #532B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

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

R = 35.93%
G = 18.61%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532B69 (or 0x532B69) is known color: Honey Flower. HEX triplet: 53, 2B and 69. RGB value is (83,43,105). Sum of RGB (Red+Green+Blue) = 83+43+105=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #532B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B69 is #ACD496. Grayscale: #3D3D3D. Windows color (decimal): -11326615 or 6892371. OLE color: 6892371.

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

Color convert

RGB 83 43 105 -
CMYK 0.21 0.59 0 0.59
HSL 278.71º 0.42% 0.29% -
HSV(B) 278.71º 0.59% 0.41% -
XYZ 6.98 4.59 13.88 -
YUV 62.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 83 43 105 0.21 0.59 0 0.59 278.71 0.42 0.29
Hex 53 2B 69 15 3B 0 3B 117 2A 1D
Octal 123 53 151 25 73 0 73 427 52 35
Binary 1010011 101011 1101001 10101 111011 0 111011 100010111 101010 11101

Color Harmonies of #532B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B69

Black with #532B69

Text Example


Text Example

White with #532B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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