Html Css Color HEX #5F55BC Blue Marguerite

📋 copy color: '#5F55BC'

red 95 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #5F55BC

Tints of Blue Marguerite #5F55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 25.82%
G = 23.1%
B = 51.09%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F55BC (or 0x5F55BC) is known color: Blue Marguerite. HEX triplet: 5F, 55 and BC. RGB value is (95,85,188). Sum of RGB (Red+Green+Blue) = 95+85+188=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F55BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55BC is #A0AA43. Grayscale: #636363. Windows color (decimal): -10529348 or 12342623. OLE color: 12342623.

HSL color Cylindrical-coordinate representation of color #5F55BC: hue angle of 245.83º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F55BC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 85 188 -
CMYK 0.49 0.55 0 0.26
HSL 245.83º 0.43% 0.54% -
HSV(B) 245.83º 0.55% 0.74% -
XYZ 17.04 12.56 49.1 -
YUV 99.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 95 85 188 0.49 0.55 0 0.26 245.83 0.43 0.54
Hex 5F 55 BC 31 37 0 1A F6 2B 36
Octal 137 125 274 61 67 0 32 366 53 66
Binary 1011111 1010101 10111100 110001 110111 0 11010 11110110 101011 110110

Color Harmonies of #5F55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F55BC

Black with #5F55BC

Text Example


Text Example

White with #5F55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,188); }

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

background-color css

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

 a { background-color: rgb(95,85,188); }

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

border-color css

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

 span { border-color: rgb(95,85,188); }

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