Html Css Color HEX #555BAE Rich Blue

📋 copy color: '#555BAE'

red 85 ◦ green 91 ◦ blue 174

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

Shades of Rich Blue #555BAE

Tints of Rich Blue #555BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 24.29%
G = 26%
B = 49.71%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#555BAE (or 0x555BAE) is known color: Rich Blue. HEX triplet: 55, 5B and AE. RGB value is (85,91,174). Sum of RGB (Red+Green+Blue) = 85+91+174=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #555BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BAE is #AAA451. Grayscale: #626262. Windows color (decimal): -11183186 or 11426645. OLE color: 11426645.

HSL color Cylindrical-coordinate representation of color #555BAE: hue angle of 235.96º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #555BAE is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 91 174 -
CMYK 0.51 0.48 0 0.32
HSL 235.96º 0.35% 0.51% -
HSV(B) 235.96º 0.51% 0.68% -
XYZ 15.13 12.47 41.65 -
YUV 98.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 85 91 174 0.51 0.48 0 0.32 235.96 0.35 0.51
Hex 55 5B AE 33 30 0 20 EC 23 33
Octal 125 133 256 63 60 0 40 354 43 63
Binary 1010101 1011011 10101110 110011 110000 0 100000 11101100 100011 110011

Color Harmonies of #555BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BAE

Black with #555BAE

Text Example


Text Example

White with #555BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,174); }

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

background-color css

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

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

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

border-color css

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

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

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