Html Css Color HEX #555DAE Rich Blue

📋 copy color: '#555DAE'

red 85 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #555DAE

Tints of Rich Blue #555DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 24.15%
G = 26.42%
B = 49.43%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#555DAE (or 0x555DAE) is known color: Rich Blue. HEX triplet: 55, 5D and AE. RGB value is (85,93,174). Sum of RGB (Red+Green+Blue) = 85+93+174=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #555DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DAE is #AAA251. Grayscale: #636363. Windows color (decimal): -11182674 or 11427157. OLE color: 11427157.

HSL color Cylindrical-coordinate representation of color #555DAE: hue angle of 234.61º 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 #555DAE is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 93 174 -
CMYK 0.51 0.47 0 0.32
HSL 234.61º 0.35% 0.51% -
HSV(B) 234.61º 0.51% 0.68% -
XYZ 15.3 12.82 41.71 -
YUV 99.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 85 93 174 0.51 0.47 0 0.32 234.61 0.35 0.51
Hex 55 5D AE 33 2F 0 20 EB 23 33
Octal 125 135 256 63 57 0 40 353 43 63
Binary 1010101 1011101 10101110 110011 101111 0 100000 11101011 100011 110011

Color Harmonies of #555DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DAE

Black with #555DAE

Text Example


Text Example

White with #555DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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