Html Css Color HEX #523068 Honey Flower

📋 copy color: '#523068'

red 82 ◦ green 48 ◦ blue 104

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

Shades of Honey Flower #523068

Tints of Honey Flower #523068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 35.04%
G = 20.51%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523068 (or 0x523068) is known color: Honey Flower. HEX triplet: 52, 30 and 68. RGB value is (82,48,104). Sum of RGB (Red+Green+Blue) = 82+48+104=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 48 (19.14% from 255 or 20.51% 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 #523068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523068 is #ADCF97. Grayscale: #404040. Windows color (decimal): -11390872 or 6828114. OLE color: 6828114.

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

Color convert

RGB 82 48 104 -
CMYK 0.21 0.54 0 0.59
HSL 276.43º 0.37% 0.3% -
HSV(B) 276.43º 0.54% 0.41% -
XYZ 7.04 4.91 13.67 -
YUV 64.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 82 48 104 0.21 0.54 0 0.59 276.43 0.37 0.3
Hex 52 30 68 15 36 0 3B 114 25 1E
Octal 122 60 150 25 66 0 73 424 45 36
Binary 1010010 110000 1101000 10101 110110 0 111011 100010100 100101 11110

Color Harmonies of #523068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523068

Black with #523068

Text Example


Text Example

White with #523068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523068; }

 p { color: rgb(82,48,104); }

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

background-color css

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

 a { background-color: rgb(82,48,104); }

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

border-color css

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

 span { border-color: rgb(82,48,104); }

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