Html Css Color HEX #523862 Honey Flower

📋 copy color: '#523862'

red 82 ◦ green 56 ◦ blue 98

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

Shades of Honey Flower #523862

Tints of Honey Flower #523862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 34.75%
G = 23.73%
B = 41.53%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523862 (or 0x523862) is known color: Honey Flower. HEX triplet: 52, 38 and 62. RGB value is (82,56,98). Sum of RGB (Red+Green+Blue) = 82+56+98=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #523862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523862 is #ADC79D. Grayscale: #444444. Windows color (decimal): -11388830 or 6436946. OLE color: 6436946.

HSL color Cylindrical-coordinate representation of color #523862: hue angle of 277.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #523862 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 56 98 -
CMYK 0.16 0.43 0 0.62
HSL 277.14º 0.27% 0.3% -
HSV(B) 277.14º 0.43% 0.38% -
XYZ 7.1 5.5 12.24 -
YUV 68.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 82 56 98 0.16 0.43 0 0.62 277.14 0.27 0.3
Hex 52 38 62 10 2B 0 3E 115 1B 1E
Octal 122 70 142 20 53 0 76 425 33 36
Binary 1010010 111000 1100010 10000 101011 0 111110 100010101 11011 11110

Color Harmonies of #523862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523862

Black with #523862

Text Example


Text Example

White with #523862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523862; }

 p { color: rgb(82,56,98); }

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

background-color css

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

 a { background-color: rgb(82,56,98); }

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

border-color css

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

 span { border-color: rgb(82,56,98); }

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