Html Css Color HEX #52425A Honey Flower

📋 copy color: '#52425A'

red 82 ◦ green 66 ◦ blue 90

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

Shades of Honey Flower #52425A

Tints of Honey Flower #52425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 34.45%
G = 27.73%
B = 37.82%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52425A (or 0x52425A) is known color: Honey Flower. HEX triplet: 52, 42 and 5A. RGB value is (82,66,90). Sum of RGB (Red+Green+Blue) = 82+66+90=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #52425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52425A is #ADBDA5. Grayscale: #494949. Windows color (decimal): -11386278 or 5915218. OLE color: 5915218.

HSL color Cylindrical-coordinate representation of color #52425A: hue angle of 280º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52425A is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 66 90 -
CMYK 0.09 0.27 0 0.65
HSL 280º 0.15% 0.31% -
HSV(B) 280º 0.27% 0.35% -
XYZ 7.27 6.43 10.53 -
YUV 73.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 82 66 90 0.09 0.27 0 0.65 280 0.15 0.31
Hex 52 42 5A 9 1B 0 41 118 F 1F
Octal 122 102 132 11 33 0 101 430 17 37
Binary 1010010 1000010 1011010 1001 11011 0 1000001 100011000 1111 11111

Color Harmonies of #52425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52425A

Black with #52425A

Text Example


Text Example

White with #52425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52425A; }

 p { color: rgb(82,66,90); }

 H1.HeaderClassName
 {
   color: #52425A;
 }
 .AnyTagClassName
 {
   color: #52425A;
 }
</style>

background-color css

<style>
 a { background-color: #52425A; }

 a { background-color: rgb(82,66,90); }

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

border-color css

<style>
 span { border-color: #52425A; }

 span { border-color: rgb(82,66,90); }

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