Html Css Color HEX #555ABA Rich Blue

📋 copy color: '#555ABA'

red 85 ◦ green 90 ◦ blue 186

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

Shades of Rich Blue #555ABA

Tints of Rich Blue #555ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 23.55%
G = 24.93%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#555ABA (or 0x555ABA) is known color: Rich Blue. HEX triplet: 55, 5A and BA. RGB value is (85,90,186). Sum of RGB (Red+Green+Blue) = 85+90+186=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #555ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABA is #AAA545. Grayscale: #636363. Windows color (decimal): -11183430 or 12212821. OLE color: 12212821.

HSL color Cylindrical-coordinate representation of color #555ABA: hue angle of 237.03º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555ABA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 90 186 -
CMYK 0.54 0.52 0 0.27
HSL 237.03º 0.42% 0.53% -
HSV(B) 237.03º 0.54% 0.73% -
XYZ 16.27 12.79 48.07 -
YUV 99.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 85 90 186 0.54 0.52 0 0.27 237.03 0.42 0.53
Hex 55 5A BA 36 34 0 1B ED 2A 35
Octal 125 132 272 66 64 0 33 355 52 65
Binary 1010101 1011010 10111010 110110 110100 0 11011 11101101 101010 110101

Color Harmonies of #555ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ABA

Black with #555ABA

Text Example


Text Example

White with #555ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555ABA; }

 p { color: rgb(85,90,186); }

 H1.HeaderClassName
 {
   color: #555ABA;
 }
 .AnyTagClassName
 {
   color: #555ABA;
 }
</style>

background-color css

<style>
 a { background-color: #555ABA; }

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

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

border-color css

<style>
 span { border-color: #555ABA; }

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

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