Html Css Color HEX #582F6B Honey Flower

📋 copy color: '#582F6B'

red 88 ◦ green 47 ◦ blue 107

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

Shades of Honey Flower #582F6B

Tints of Honey Flower #582F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 36.36%
G = 19.42%
B = 44.21%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#582F6B (or 0x582F6B) is known color: Honey Flower. HEX triplet: 58, 2F and 6B. RGB value is (88,47,107). Sum of RGB (Red+Green+Blue) = 88+47+107=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #582F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F6B is #A7D094. Grayscale: #414141. Windows color (decimal): -10997909 or 7024472. OLE color: 7024472.

HSL color Cylindrical-coordinate representation of color #582F6B: hue angle of 281º 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 #582F6B is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 47 107 -
CMYK 0.18 0.56 0 0.58
HSL 281º 0.39% 0.3% -
HSV(B) 281º 0.56% 0.42% -
XYZ 7.69 5.17 14.5 -
YUV 66.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 88 47 107 0.18 0.56 0 0.58 281 0.39 0.3
Hex 58 2F 6B 12 38 0 3A 119 27 1E
Octal 130 57 153 22 70 0 72 431 47 36
Binary 1011000 101111 1101011 10010 111000 0 111010 100011001 100111 11110

Color Harmonies of #582F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F6B

Black with #582F6B

Text Example


Text Example

White with #582F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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