Html Css Color HEX #52445B Honey Flower

📋 copy color: '#52445B'

red 82 ◦ green 68 ◦ blue 91

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

Shades of Honey Flower #52445B

Tints of Honey Flower #52445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 34.02%
G = 28.22%
B = 37.76%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52445B (or 0x52445B) is known color: Honey Flower. HEX triplet: 52, 44 and 5B. RGB value is (82,68,91). Sum of RGB (Red+Green+Blue) = 82+68+91=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #52445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52445B is #ADBBA4. Grayscale: #4A4A4A. Windows color (decimal): -11385765 or 5981266. OLE color: 5981266.

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

Color convert

RGB 82 68 91 -
CMYK 0.10 0.25 0 0.64
HSL 276.52º 0.14% 0.31% -
HSV(B) 276.52º 0.25% 0.36% -
XYZ 7.44 6.68 10.8 -
YUV 74.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 82 68 91 0.10 0.25 0 0.64 276.52 0.14 0.31
Hex 52 44 5B A 19 0 40 115 E 1F
Octal 122 104 133 12 31 0 100 425 16 37
Binary 1010010 1000100 1011011 1010 11001 0 1000000 100010101 1110 11111

Color Harmonies of #52445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52445B

Black with #52445B

Text Example


Text Example

White with #52445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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