#5851BC

Color #5851BC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5851BC

Tints of Rich Blue #5851BC

Color information

#5851BC (or 0x5851BC) is unknown color: approx Rich Blue. HEX triplet: 58, 51 and BC. RGB value is (88,81,188). Sum of RGB (Red+Green+Blue) = 88+81+188=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5851BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851BC is #A7AE43. Grayscale: #5E5E5E. Windows color (decimal): -10989124 or 12341592. OLE color: 12341592.

HSL color Cylindrical-coordinate representation of color #5851BC: hue angle of 243.93º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5851BC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8881188-
CMYK0.530.5700.26
HSL243.93º44.4%52.75%-
HSV(B)243.93º56.91%73.73%-
XYZ16.0411.5948.97-
YUV95.29180.32122.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=24.65%
G=22.69%
B=52.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88811880.530.5700.26243.9344.452.75
Hex5851BC353901Af42c35
Octal13012127465710323645465
Binary101100010100011011110011010111100101101011110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5851BC; }

 p { color: rgb(88,81,188); }

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

<style>
 a { background-color: #5851BC; }

 a { background-color: rgb(88,81,188); }

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

<style>
 span { border-color: #5851BC; }

 span { border-color: rgb(88,81,188); }

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