#5F54A8

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

Shades of Rich Blue #5F54A8

Tints of Rich Blue #5F54A8

Color information

#5F54A8 (or 0x5F54A8) is unknown color: approx Rich Blue. HEX triplet: 5F, 54 and A8. RGB value is (95,84,168). Sum of RGB (Red+Green+Blue) = 95+84+168=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #5F54A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F54A8 is #A0AB57. Grayscale: #606060. Windows color (decimal): -10529624 or 11031647. OLE color: 11031647.

HSL color Cylindrical-coordinate representation of color #5F54A8: hue angle of 247.86º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F54A8 is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9584168-
CMYK0.430.500.34
HSL247.86º33.33%49.41%-
HSV(B)247.86º50%65.88%-
XYZ14.9611.638.5-
YUV96.86168.14126.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 168 (66.02% from 255) = 48.41%
R=27.38%
G=24.21%
B=48.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95841680.430.500.34247.8633.3349.41
Hex5F54A82B32022f82131
Octal13712425053620423704161
Binary1011111101010010101000101011110010010001011111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,84,168); }

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

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

 a { background-color: rgb(95,84,168); }

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

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

 span { border-color: rgb(95,84,168); }

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