#5854BC

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

Shades of Rich Blue #5854BC

Tints of Rich Blue #5854BC

Color information

#5854BC (or 0x5854BC) is unknown color: approx Rich Blue. HEX triplet: 58, 54 and BC. RGB value is (88,84,188). Sum of RGB (Red+Green+Blue) = 88+84+188=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #5854BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854BC is #A7AB43. Grayscale: #606060. Windows color (decimal): -10988356 or 12342360. OLE color: 12342360.

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

Color convert

RGB8884188-
CMYK0.530.5500.26
HSL242.31º43.7%53.33%-
HSV(B)242.31º55.32%73.73%-
XYZ16.2712.0549.04-
YUV97.05179.33121.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=24.44%
G=23.33%
B=52.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88841880.530.5500.26242.3143.753.33
Hex5854BC353701Af22c35
Octal13012427465670323625465
Binary101100010101001011110011010111011101101011110010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5854BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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