Html Css Color HEX #583070 Honey Flower

📋 copy color: '#583070'

red 88 ◦ green 48 ◦ blue 112

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

Shades of Honey Flower #583070

Tints of Honey Flower #583070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 35.48%
G = 19.35%
B = 45.16%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#583070 (or 0x583070) is known color: Honey Flower. HEX triplet: 58, 30 and 70. RGB value is (88,48,112). Sum of RGB (Red+Green+Blue) = 88+48+112=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #583070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583070 is #A7CF8F. Grayscale: #434343. Windows color (decimal): -10997648 or 7352408. OLE color: 7352408.

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

Color convert

RGB 88 48 112 -
CMYK 0.21 0.57 0 0.56
HSL 277.5º 0.4% 0.31% -
HSV(B) 277.5º 0.57% 0.44% -
XYZ 8.01 5.36 15.94 -
YUV 67.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 88 48 112 0.21 0.57 0 0.56 277.5 0.4 0.31
Hex 58 30 70 15 39 0 38 116 28 1F
Octal 130 60 160 25 71 0 70 426 50 37
Binary 1011000 110000 1110000 10101 111001 0 111000 100010110 101000 11111

Color Harmonies of #583070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583070

Black with #583070

Text Example


Text Example

White with #583070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583070; }

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

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

background-color css

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

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

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

border-color css

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

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

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