Html Css Color HEX #523B68 Honey Flower

📋 copy color: '#523B68'

red 82 ◦ green 59 ◦ blue 104

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

Shades of Honey Flower #523B68

Tints of Honey Flower #523B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 33.47%
G = 24.08%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523B68 (or 0x523B68) is known color: Honey Flower. HEX triplet: 52, 3B and 68. RGB value is (82,59,104). Sum of RGB (Red+Green+Blue) = 82+59+104=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #523B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B68 is #ADC497. Grayscale: #464646. Windows color (decimal): -11388056 or 6830930. OLE color: 6830930.

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

Color convert

RGB 82 59 104 -
CMYK 0.21 0.43 0 0.59
HSL 270.67º 0.28% 0.32% -
HSV(B) 270.67º 0.43% 0.41% -
XYZ 7.54 5.92 13.84 -
YUV 71.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 82 59 104 0.21 0.43 0 0.59 270.67 0.28 0.32
Hex 52 3B 68 15 2B 0 3B 10F 1C 20
Octal 122 73 150 25 53 0 73 417 34 40
Binary 1010010 111011 1101000 10101 101011 0 111011 100001111 11100 100000

Color Harmonies of #523B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B68

Black with #523B68

Text Example


Text Example

White with #523B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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