#5B2570

Color #5B2570 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5B2570

Tints of Honey Flower #5B2570

Color information

#5B2570 (or 0x5B2570) is unknown color: approx Honey Flower. HEX triplet: 5B, 25 and 70. RGB value is (91,37,112). Sum of RGB (Red+Green+Blue) = 91+37+112=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B2570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2570 is #A4DA8F. Grayscale: #3D3D3D. Windows color (decimal): -10803856 or 7349595. OLE color: 7349595.

HSL color Cylindrical-coordinate representation of color #5B2570: hue angle of 283.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B2570 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9137112-
CMYK0.190.6700.56
HSL283.2º50.34%29.22%-
HSV(B)283.2º66.96%43.92%-
XYZ7.94.7215.82-
YUV61.7156.39148.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=37.92%
G=15.42%
B=46.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91371120.190.6700.56283.250.3429.22
Hex5B2570134303811b321d
Octal13345160231030704336235
Binary10110111001011110000100111000011011100010001101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B2570; }

 p { color: rgb(91,37,112); }

 H1.HeaderClassName
 {
   color: #5B2570;
 }
 .AnyTagClassName
 {
   color: #5B2570;
 }
</style>
background-color css

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

 a { background-color: rgb(91,37,112); }

 div.DivClassName
 {
   background-color: #5B2570;
 }
 .BgClassName
 {
   background-color: #5B2570;
 }
</style>
border-color css

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

 span { border-color: rgb(91,37,112); }

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