Html Css Color HEX #583270 Honey Flower

📋 copy color: '#583270'

red 88 ◦ green 50 ◦ blue 112

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

Shades of Honey Flower #583270

Tints of Honey Flower #583270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 35.2%
G = 20%
B = 44.8%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#583270 (or 0x583270) is known color: Honey Flower. HEX triplet: 58, 32 and 70. RGB value is (88,50,112). Sum of RGB (Red+Green+Blue) = 88+50+112=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #583270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583270 is #A7CD8F. Grayscale: #444444. Windows color (decimal): -10997136 or 7352920. OLE color: 7352920.

HSL color Cylindrical-coordinate representation of color #583270: hue angle of 276.77º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #583270 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 50 112 -
CMYK 0.21 0.55 0 0.56
HSL 276.77º 0.38% 0.32% -
HSV(B) 276.77º 0.55% 0.44% -
XYZ 8.09 5.53 15.97 -
YUV 68.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 88 50 112 0.21 0.55 0 0.56 276.77 0.38 0.32
Hex 58 32 70 15 37 0 38 115 26 20
Octal 130 62 160 25 67 0 70 425 46 40
Binary 1011000 110010 1110000 10101 110111 0 111000 100010101 100110 100000

Color Harmonies of #583270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583270

Black with #583270

Text Example


Text Example

White with #583270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583270; }

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

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

background-color css

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

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

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

border-color css

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

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

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