Html Css Color HEX #523A69 Honey Flower

📋 copy color: '#523A69'

red 82 ◦ green 58 ◦ blue 105

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

Shades of Honey Flower #523A69

Tints of Honey Flower #523A69

RGB

 RED value IS 82 (32.42% from 255) = 33.47%

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

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

R = 33.47%
G = 23.67%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523A69 (or 0x523A69) is known color: Honey Flower. HEX triplet: 52, 3A and 69. RGB value is (82,58,105). Sum of RGB (Red+Green+Blue) = 82+58+105=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #523A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A69 is #ADC596. Grayscale: #464646. Windows color (decimal): -11388311 or 6896210. OLE color: 6896210.

HSL color Cylindrical-coordinate representation of color #523A69: hue angle of 270.64º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #523A69 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 58 105 -
CMYK 0.22 0.45 0 0.59
HSL 270.64º 0.29% 0.32% -
HSV(B) 270.64º 0.45% 0.41% -
XYZ 7.54 5.84 14.09 -
YUV 70.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 82 58 105 0.22 0.45 0 0.59 270.64 0.29 0.32
Hex 52 3A 69 16 2D 0 3B 10F 1D 20
Octal 122 72 151 26 55 0 73 417 35 40
Binary 1010010 111010 1101001 10110 101101 0 111011 100001111 11101 100000

Color Harmonies of #523A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A69

Black with #523A69

Text Example


Text Example

White with #523A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523A69; }

 p { color: rgb(82,58,105); }

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

background-color css

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

 a { background-color: rgb(82,58,105); }

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

border-color css

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

 span { border-color: rgb(82,58,105); }

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