Html Css Color HEX #582F6A Honey Flower

📋 copy color: '#582F6A'

red 88 ◦ green 47 ◦ blue 106

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

Shades of Honey Flower #582F6A

Tints of Honey Flower #582F6A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 36.51%
G = 19.5%
B = 43.98%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#582F6A (or 0x582F6A) is known color: Honey Flower. HEX triplet: 58, 2F and 6A. RGB value is (88,47,106). Sum of RGB (Red+Green+Blue) = 88+47+106=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #582F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F6A is #A7D095. Grayscale: #414141. Windows color (decimal): -10997910 or 6958936. OLE color: 6958936.

HSL color Cylindrical-coordinate representation of color #582F6A: hue angle of 281.69º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582F6A is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 47 106 -
CMYK 0.17 0.56 0 0.58
HSL 281.69º 0.39% 0.3% -
HSV(B) 281.69º 0.56% 0.42% -
XYZ 7.64 5.15 14.23 -
YUV 65.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 88 47 106 0.17 0.56 0 0.58 281.69 0.39 0.3
Hex 58 2F 6A 11 38 0 3A 11A 27 1E
Octal 130 57 152 21 70 0 72 432 47 36
Binary 1011000 101111 1101010 10001 111000 0 111010 100011010 100111 11110

Color Harmonies of #582F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F6A

Black with #582F6A

Text Example


Text Example

White with #582F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F6A; }

 p { color: rgb(88,47,106); }

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

background-color css

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

 a { background-color: rgb(88,47,106); }

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

border-color css

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

 span { border-color: rgb(88,47,106); }

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