Html Css Color HEX #5554AF Rich Blue

📋 copy color: '#5554AF'

red 85 ◦ green 84 ◦ blue 175

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

Shades of Rich Blue #5554AF

Tints of Rich Blue #5554AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 24.71%
G = 24.42%
B = 50.87%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5554AF (or 0x5554AF) is known color: Rich Blue. HEX triplet: 55, 54 and AF. RGB value is (85,84,175). Sum of RGB (Red+Green+Blue) = 85+84+175=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5554AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5554AF is #AAAB50. Grayscale: #5E5E5E. Windows color (decimal): -11184977 or 11490389. OLE color: 11490389.

HSL color Cylindrical-coordinate representation of color #5554AF: hue angle of 240.66º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5554AF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 84 175 -
CMYK 0.51 0.52 0 0.31
HSL 240.66º 0.36% 0.51% -
HSV(B) 240.66º 0.52% 0.69% -
XYZ 14.65 11.37 41.98 -
YUV 94.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 85 84 175 0.51 0.52 0 0.31 240.66 0.36 0.51
Hex 55 54 AF 33 34 0 1F F1 24 33
Octal 125 124 257 63 64 0 37 361 44 63
Binary 1010101 1010100 10101111 110011 110100 0 11111 11110001 100100 110011

Color Harmonies of #5554AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5554AF

Black with #5554AF

Text Example


Text Example

White with #5554AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5554AF; }

 p { color: rgb(85,84,175); }

 H1.HeaderClassName
 {
   color: #5554AF;
 }
 .AnyTagClassName
 {
   color: #5554AF;
 }
</style>

background-color css

<style>
 a { background-color: #5554AF; }

 a { background-color: rgb(85,84,175); }

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

border-color css

<style>
 span { border-color: #5554AF; }

 span { border-color: rgb(85,84,175); }

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