Html Css Color HEX #523B67 Honey Flower

📋 copy color: '#523B67'

red 82 ◦ green 59 ◦ blue 103

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

Shades of Honey Flower #523B67

Tints of Honey Flower #523B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 33.61%
G = 24.18%
B = 42.21%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#523B67 (or 0x523B67) is known color: Honey Flower. HEX triplet: 52, 3B and 67. RGB value is (82,59,103). Sum of RGB (Red+Green+Blue) = 82+59+103=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #523B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B67 is #ADC498. Grayscale: #464646. Windows color (decimal): -11388057 or 6765394. OLE color: 6765394.

HSL color Cylindrical-coordinate representation of color #523B67: hue angle of 271.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #523B67 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 59 103 -
CMYK 0.20 0.43 0 0.60
HSL 271.36º 0.27% 0.32% -
HSV(B) 271.36º 0.43% 0.4% -
XYZ 7.49 5.9 13.58 -
YUV 70.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 82 59 103 0.20 0.43 0 0.60 271.36 0.27 0.32
Hex 52 3B 67 14 2B 0 3C 10F 1B 20
Octal 122 73 147 24 53 0 74 417 33 40
Binary 1010010 111011 1100111 10100 101011 0 111100 100001111 11011 100000

Color Harmonies of #523B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B67

Black with #523B67

Text Example


Text Example

White with #523B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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