#5854B4

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

Shades of Rich Blue #5854B4

Tints of Rich Blue #5854B4

Color information

#5854B4 (or 0x5854B4) is unknown color: approx Rich Blue. HEX triplet: 58, 54 and B4. RGB value is (88,84,180). Sum of RGB (Red+Green+Blue) = 88+84+180=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #5854B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854B4 is #A7AB4B. Grayscale: #5F5F5F. Windows color (decimal): -10988364 or 11818072. OLE color: 11818072.

HSL color Cylindrical-coordinate representation of color #5854B4: hue angle of 242.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5854B4 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8884180-
CMYK0.510.5300.29
HSL242.5º39.02%51.76%-
HSV(B)242.5º53.33%70.59%-
XYZ15.4311.7144.63-
YUV96.14175.33122.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 180 (70.70% from 255) = 51.14%
R=25%
G=23.86%
B=51.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88841800.510.5300.29242.539.0251.76
Hex5854B4333501Df22734
Octal13012426463650353624764
Binary101100010101001011010011001111010101110111110010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5854B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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