#5558AF

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

Shades of Rich Blue #5558AF

Tints of Rich Blue #5558AF

Color information

#5558AF (or 0x5558AF) is unknown color: approx Rich Blue. HEX triplet: 55, 58 and AF. RGB value is (85,88,175). Sum of RGB (Red+Green+Blue) = 85+88+175=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #5558AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5558AF is #AAA750. Grayscale: #606060. Windows color (decimal): -11183953 or 11491413. OLE color: 11491413.

HSL color Cylindrical-coordinate representation of color #5558AF: hue angle of 238º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5558AF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8588175-
CMYK0.510.5000.31
HSL238º36%50.98%-
HSV(B)238º51.43%68.63%-
XYZ14.9712.0142.09-
YUV97.02172.01119.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=24.43%
G=25.29%
B=50.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85881750.510.5000.312383650.98
Hex5558AF333201Fee2433
Octal12513025763620373564463
Binary101010110110001010111111001111001001111111101110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5558AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5558AF; }

 p { color: rgb(85,88,175); }

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

<style>
 a { background-color: #5558AF; }

 a { background-color: rgb(85,88,175); }

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

<style>
 span { border-color: #5558AF; }

 span { border-color: rgb(85,88,175); }

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