Html Css Color HEX #582372 Honey Flower

📋 copy color: '#582372'

red 88 ◦ green 35 ◦ blue 114

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

Shades of Honey Flower #582372

Tints of Honey Flower #582372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

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

R = 37.13%
G = 14.77%
B = 48.1%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582372 (or 0x582372) is known color: Honey Flower. HEX triplet: 58, 23 and 72. RGB value is (88,35,114). Sum of RGB (Red+Green+Blue) = 88+35+114=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #582372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582372 is #A7DC8D. Grayscale: #3B3B3B. Windows color (decimal): -11000974 or 7480152. OLE color: 7480152.

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

Color convert

RGB 88 35 114 -
CMYK 0.23 0.69 0 0.55
HSL 280.25º 0.53% 0.29% -
HSV(B) 280.25º 0.69% 0.45% -
XYZ 7.66 4.49 16.38 -
YUV 59.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 88 35 114 0.23 0.69 0 0.55 280.25 0.53 0.29
Hex 58 23 72 17 45 0 37 118 35 1D
Octal 130 43 162 27 105 0 67 430 65 35
Binary 1011000 100011 1110010 10111 1000101 0 110111 100011000 110101 11101

Color Harmonies of #582372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582372

Black with #582372

Text Example


Text Example

White with #582372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582372; }

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

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

background-color css

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

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

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

border-color css

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

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

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