Html Css Color HEX #523B60 Honey Flower

📋 copy color: '#523B60'

red 82 ◦ green 59 ◦ blue 96

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

Shades of Honey Flower #523B60

Tints of Honey Flower #523B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 34.6%
G = 24.89%
B = 40.51%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523B60 (or 0x523B60) is known color: Honey Flower. HEX triplet: 52, 3B and 60. RGB value is (82,59,96). Sum of RGB (Red+Green+Blue) = 82+59+96=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #523B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B60 is #ADC49F. Grayscale: #454545. Windows color (decimal): -11388064 or 6306642. OLE color: 6306642.

HSL color Cylindrical-coordinate representation of color #523B60: hue angle of 277.3º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #523B60 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 59 96 -
CMYK 0.15 0.39 0 0.62
HSL 277.3º 0.24% 0.3% -
HSV(B) 277.3º 0.39% 0.38% -
XYZ 7.15 5.77 11.8 -
YUV 70.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 82 59 96 0.15 0.39 0 0.62 277.3 0.24 0.3
Hex 52 3B 60 F 27 0 3E 115 18 1E
Octal 122 73 140 17 47 0 76 425 30 36
Binary 1010010 111011 1100000 1111 100111 0 111110 100010101 11000 11110

Color Harmonies of #523B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B60

Black with #523B60

Text Example


Text Example

White with #523B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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