Html Css Color HEX #52435B Honey Flower

📋 copy color: '#52435B'

red 82 ◦ green 67 ◦ blue 91

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

Shades of Honey Flower #52435B

Tints of Honey Flower #52435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 34.17%
G = 27.92%
B = 37.92%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52435B (or 0x52435B) is known color: Honey Flower. HEX triplet: 52, 43 and 5B. RGB value is (82,67,91). Sum of RGB (Red+Green+Blue) = 82+67+91=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #52435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52435B is #ADBCA4. Grayscale: #4A4A4A. Windows color (decimal): -11386021 or 5981010. OLE color: 5981010.

HSL color Cylindrical-coordinate representation of color #52435B: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52435B is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 67 91 -
CMYK 0.10 0.26 0 0.64
HSL 277.5º 0.15% 0.31% -
HSV(B) 277.5º 0.26% 0.36% -
XYZ 7.38 6.56 10.78 -
YUV 74.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 82 67 91 0.10 0.26 0 0.64 277.5 0.15 0.31
Hex 52 43 5B A 1A 0 40 116 F 1F
Octal 122 103 133 12 32 0 100 426 17 37
Binary 1010010 1000011 1011011 1010 11010 0 1000000 100010110 1111 11111

Color Harmonies of #52435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52435B

Black with #52435B

Text Example


Text Example

White with #52435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52435B; }

 p { color: rgb(82,67,91); }

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

background-color css

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

 a { background-color: rgb(82,67,91); }

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

border-color css

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

 span { border-color: rgb(82,67,91); }

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