Html Css Color HEX #5555AB Rich Blue

📋 copy color: '#5555AB'

red 85 ◦ green 85 ◦ blue 171

#5555AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5555AB

Tints of Rich Blue #5555AB

RGB

 RED value IS 85 (33.59% from 255) = 24.93%

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 24.93%
G = 24.93%
B = 50.15%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5555AB (or 0x5555AB) is known color: Rich Blue. HEX triplet: 55, 55 and AB. RGB value is (85,85,171). Sum of RGB (Red+Green+Blue) = 85+85+171=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #5555AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5555AB is #AAAA54. Grayscale: #5E5E5E. Windows color (decimal): -11184725 or 11228501. OLE color: 11228501.

HSL color Cylindrical-coordinate representation of color #5555AB: hue angle of 240º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5555AB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 85 171 -
CMYK 0.50 0.50 0 0.33
HSL 240º 0.34% 0.5% -
HSV(B) 240º 0.5% 0.67% -
XYZ 14.35 11.37 39.97 -
YUV 94.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 85 85 171 0.50 0.50 0 0.33 240 0.34 0.5
Hex 55 55 AB 32 32 0 21 F0 22 32
Octal 125 125 253 62 62 0 41 360 42 62
Binary 1010101 1010101 10101011 110010 110010 0 100001 11110000 100010 110010

Color Harmonies of #5555AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5555AB

Black with #5555AB

Text Example


Text Example

White with #5555AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5555AB; }

 p { color: rgb(85,85,171); }

 H1.HeaderClassName
 {
   color: #5555AB;
 }
 .AnyTagClassName
 {
   color: #5555AB;
 }
</style>

background-color css

<style>
 a { background-color: #5555AB; }

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

 div.DivClassName
 {
   background-color: #5555AB;
 }
 .BgClassName
 {
   background-color: #5555AB;
 }
</style>

border-color css

<style>
 span { border-color: #5555AB; }

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

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