Html Css Color HEX #582D66 Honey Flower

📋 copy color: '#582D66'

red 88 ◦ green 45 ◦ blue 102

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

Shades of Honey Flower #582D66

Tints of Honey Flower #582D66

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 37.45%
G = 19.15%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582D66 (or 0x582D66) is known color: Honey Flower. HEX triplet: 58, 2D and 66. RGB value is (88,45,102). Sum of RGB (Red+Green+Blue) = 88+45+102=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #582D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D66 is #A7D299. Grayscale: #404040. Windows color (decimal): -10998426 or 6696280. OLE color: 6696280.

HSL color Cylindrical-coordinate representation of color #582D66: hue angle of 285.26º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582D66 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 45 102 -
CMYK 0.14 0.56 0 0.6
HSL 285.26º 0.39% 0.29% -
HSV(B) 285.26º 0.56% 0.4% -
XYZ 7.36 4.91 13.13 -
YUV 64.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 88 45 102 0.14 0.56 0 0.6 285.26 0.39 0.29
Hex 58 2D 66 E 38 0 3C 11D 27 1D
Octal 130 55 146 16 70 0 74 435 47 35
Binary 1011000 101101 1100110 1110 111000 0 111100 100011101 100111 11101

Color Harmonies of #582D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D66

Black with #582D66

Text Example


Text Example

White with #582D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,45,102); }

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

background-color css

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

 a { background-color: rgb(88,45,102); }

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

border-color css

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

 span { border-color: rgb(88,45,102); }

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