Html Css Color HEX #5F5098 Butterfly Bush

📋 copy color: '#5F5098'

red 95 ◦ green 80 ◦ blue 152

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

Shades of Butterfly Bush #5F5098

Tints of Butterfly Bush #5F5098

RGB

 RED value IS 95 (37.5% from 255) = 29.05%

 GREEN value IS 80 (31.64% from 255) = 24.46%

 BLUE value IS 152 (59.77% from 255) = 46.48%

R = 29.05%
G = 24.46%
B = 46.48%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5F5098 (or 0x5F5098) is known color: Butterfly Bush. HEX triplet: 5F, 50 and 98. RGB value is (95,80,152). Sum of RGB (Red+Green+Blue) = 95+80+152=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F5098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5098 is #A0AF67. Grayscale: #5C5C5C. Windows color (decimal): -10530664 or 9982047. OLE color: 9982047.

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

Color convert

RGB 95 80 152 -
CMYK 0.38 0.47 0 0.40
HSL 252.5º 0.31% 0.45% -
HSV(B) 252.5º 0.47% 0.6% -
XYZ 13.26 10.44 31.02 -
YUV 92.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 95 80 152 0.38 0.47 0 0.40 252.5 0.31 0.45
Hex 5F 50 98 26 2F 0 28 FD 1F 2D
Octal 137 120 230 46 57 0 50 375 37 55
Binary 1011111 1010000 10011000 100110 101111 0 101000 11111101 11111 101101

Color Harmonies of #5F5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5098

Black with #5F5098

Text Example


Text Example

White with #5F5098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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