Html Css Color HEX #582270 Honey Flower

📋 copy color: '#582270'

red 88 ◦ green 34 ◦ blue 112

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

Shades of Honey Flower #582270

Tints of Honey Flower #582270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 37.61%
G = 14.53%
B = 47.86%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#582270 (or 0x582270) is known color: Honey Flower. HEX triplet: 58, 22 and 70. RGB value is (88,34,112). Sum of RGB (Red+Green+Blue) = 88+34+112=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #582270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582270 is #A7DD8F. Grayscale: #3A3A3A. Windows color (decimal): -11001232 or 7348824. OLE color: 7348824.

HSL color Cylindrical-coordinate representation of color #582270: hue angle of 281.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582270 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 34 112 -
CMYK 0.21 0.70 0 0.56
HSL 281.54º 0.53% 0.29% -
HSV(B) 281.54º 0.7% 0.44% -
XYZ 7.52 4.39 15.78 -
YUV 59.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 88 34 112 0.21 0.70 0 0.56 281.54 0.53 0.29
Hex 58 22 70 15 46 0 38 11A 35 1D
Octal 130 42 160 25 106 0 70 432 65 35
Binary 1011000 100010 1110000 10101 1000110 0 111000 100011010 110101 11101

Color Harmonies of #582270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582270

Black with #582270

Text Example


Text Example

White with #582270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582270; }

 p { color: rgb(88,34,112); }

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

background-color css

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

 a { background-color: rgb(88,34,112); }

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

border-color css

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

 span { border-color: rgb(88,34,112); }

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