Html Css Color HEX #555AA7 Rich Blue

📋 copy color: '#555AA7'

red 85 ◦ green 90 ◦ blue 167

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

Shades of Rich Blue #555AA7

Tints of Rich Blue #555AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.83%

R = 24.85%
G = 26.32%
B = 48.83%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#555AA7 (or 0x555AA7) is known color: Rich Blue. HEX triplet: 55, 5A and A7. RGB value is (85,90,167). Sum of RGB (Red+Green+Blue) = 85+90+167=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #555AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AA7 is #AAA558. Grayscale: #606060. Windows color (decimal): -11183449 or 10967637. OLE color: 10967637.

HSL color Cylindrical-coordinate representation of color #555AA7: hue angle of 236.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555AA7 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 90 167 -
CMYK 0.49 0.46 0 0.35
HSL 236.34º 0.33% 0.49% -
HSV(B) 236.34º 0.49% 0.65% -
XYZ 14.38 12.03 38.12 -
YUV 97.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 85 90 167 0.49 0.46 0 0.35 236.34 0.33 0.49
Hex 55 5A A7 31 2E 0 23 EC 21 31
Octal 125 132 247 61 56 0 43 354 41 61
Binary 1010101 1011010 10100111 110001 101110 0 100011 11101100 100001 110001

Color Harmonies of #555AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AA7

Black with #555AA7

Text Example


Text Example

White with #555AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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