Html Css Color HEX #582472 Honey Flower

📋 copy color: '#582472'

red 88 ◦ green 36 ◦ blue 114

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

Shades of Honey Flower #582472

Tints of Honey Flower #582472

RGB

 RED value IS 88 (34.77% from 255) = 36.97%

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 36.97%
G = 15.13%
B = 47.9%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582472 (or 0x582472) is known color: Honey Flower. HEX triplet: 58, 24 and 72. RGB value is (88,36,114). Sum of RGB (Red+Green+Blue) = 88+36+114=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #582472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582472 is #A7DB8D. Grayscale: #3C3C3C. Windows color (decimal): -11000718 or 7480408. OLE color: 7480408.

HSL color Cylindrical-coordinate representation of color #582472: hue angle of 280º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582472 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 36 114 -
CMYK 0.23 0.68 0 0.55
HSL 280º 0.52% 0.29% -
HSV(B) 280º 0.68% 0.45% -
XYZ 7.69 4.55 16.39 -
YUV 60.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 88 36 114 0.23 0.68 0 0.55 280 0.52 0.29
Hex 58 24 72 17 44 0 37 118 34 1D
Octal 130 44 162 27 104 0 67 430 64 35
Binary 1011000 100100 1110010 10111 1000100 0 110111 100011000 110100 11101

Color Harmonies of #582472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582472

Black with #582472

Text Example


Text Example

White with #582472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582472; }

 p { color: rgb(88,36,114); }

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

background-color css

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

 a { background-color: rgb(88,36,114); }

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

border-color css

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

 span { border-color: rgb(88,36,114); }

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