Html Css Color HEX #5F508C Butterfly Bush

📋 copy color: '#5F508C'

red 95 ◦ green 80 ◦ blue 140

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

Shades of Butterfly Bush #5F508C

Tints of Butterfly Bush #5F508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 30.16%
G = 25.4%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F508C (or 0x5F508C) is known color: Butterfly Bush. HEX triplet: 5F, 50 and 8C. RGB value is (95,80,140). Sum of RGB (Red+Green+Blue) = 95+80+140=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F508C is #A0AF73. Grayscale: #5B5B5B. Windows color (decimal): -10530676 or 9195615. OLE color: 9195615.

HSL color Cylindrical-coordinate representation of color #5F508C: hue angle of 255º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F508C is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 80 140 -
CMYK 0.32 0.43 0 0.45
HSL 255º 0.27% 0.43% -
HSV(B) 255º 0.43% 0.55% -
XYZ 12.32 10.06 26.1 -
YUV 91.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 95 80 140 0.32 0.43 0 0.45 255 0.27 0.43
Hex 5F 50 8C 20 2B 0 2D FF 1B 2B
Octal 137 120 214 40 53 0 55 377 33 53
Binary 1011111 1010000 10001100 100000 101011 0 101101 11111111 11011 101011

Color Harmonies of #5F508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F508C

Black with #5F508C

Text Example


Text Example

White with #5F508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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