Html Css Color HEX #5155AE Rich Blue

📋 copy color: '#5155AE'

red 81 ◦ green 85 ◦ blue 174

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

Shades of Rich Blue #5155AE

Tints of Rich Blue #5155AE

RGB

 RED value IS 81 (32.03% from 255) = 23.82%

 GREEN value IS 85 (33.59% from 255) = 25%

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

R = 23.82%
G = 25%
B = 51.18%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5155AE (or 0x5155AE) is known color: Rich Blue. HEX triplet: 51, 55 and AE. RGB value is (81,85,174). Sum of RGB (Red+Green+Blue) = 81+85+174=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #5155AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5155AE is #AEAA51. Grayscale: #5D5D5D. Windows color (decimal): -11446866 or 11425105. OLE color: 11425105.

HSL color Cylindrical-coordinate representation of color #5155AE: hue angle of 237.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5155AE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 85 174 -
CMYK 0.53 0.51 0 0.32
HSL 237.42º 0.36% 0.5% -
HSV(B) 237.42º 0.53% 0.68% -
XYZ 14.28 11.3 41.47 -
YUV 93.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 81 85 174 0.53 0.51 0 0.32 237.42 0.36 0.5
Hex 51 55 AE 35 33 0 20 ED 24 32
Octal 121 125 256 65 63 0 40 355 44 62
Binary 1010001 1010101 10101110 110101 110011 0 100000 11101101 100100 110010

Color Harmonies of #5155AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5155AE

Black with #5155AE

Text Example


Text Example

White with #5155AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5155AE; }

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

 H1.HeaderClassName
 {
   color: #5155AE;
 }
 .AnyTagClassName
 {
   color: #5155AE;
 }
</style>

background-color css

<style>
 a { background-color: #5155AE; }

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

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

border-color css

<style>
 span { border-color: #5155AE; }

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

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