Html Css Color HEX #555EAC Rich Blue

📋 copy color: '#555EAC'

red 85 ◦ green 94 ◦ blue 172

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

Shades of Rich Blue #555EAC

Tints of Rich Blue #555EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.78%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 24.22%
G = 26.78%
B = 49%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#555EAC (or 0x555EAC) is known color: Rich Blue. HEX triplet: 55, 5E and AC. RGB value is (85,94,172). Sum of RGB (Red+Green+Blue) = 85+94+172=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #555EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555EAC is #AAA153. Grayscale: #636363. Windows color (decimal): -11182420 or 11296341. OLE color: 11296341.

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

Color convert

RGB 85 94 172 -
CMYK 0.51 0.45 0 0.33
HSL 233.79º 0.34% 0.5% -
HSV(B) 233.79º 0.51% 0.67% -
XYZ 15.2 12.92 40.72 -
YUV 100.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 85 94 172 0.51 0.45 0 0.33 233.79 0.34 0.5
Hex 55 5E AC 33 2D 0 21 EA 22 32
Octal 125 136 254 63 55 0 41 352 42 62
Binary 1010101 1011110 10101100 110011 101101 0 100001 11101010 100010 110010

Color Harmonies of #555EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EAC

Black with #555EAC

Text Example


Text Example

White with #555EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,172); }

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

background-color css

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

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

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

border-color css

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

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

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