#5F5298

Color #5F5298 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #5F5298

Tints of Butterfly Bush #5F5298

Color information

#5F5298 (or 0x5F5298) is unknown color: approx Butterfly Bush. HEX triplet: 5F, 52 and 98. RGB value is (95,82,152). Sum of RGB (Red+Green+Blue) = 95+82+152=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5298 is #A0AD67. Grayscale: #5D5D5D. Windows color (decimal): -10530152 or 9982559. OLE color: 9982559.

HSL color Cylindrical-coordinate representation of color #5F5298: hue angle of 251.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F5298 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9582152-
CMYK0.380.4600.40
HSL251.14º29.91%45.88%-
HSV(B)251.14º46.05%59.61%-
XYZ13.410.7331.07-
YUV93.87160.81128.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=28.88%
G=24.92%
B=46.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95821520.380.4600.40251.1429.9145.88
Hex5F5298262E028fb1e2e
Octal13712223046560503733656
Binary101111110100101001100010011010111001010001111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,82,152); }

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

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

 a { background-color: rgb(95,82,152); }

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

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

 span { border-color: rgb(95,82,152); }

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