Html Css Color HEX #505FAA Rich Blue

📋 copy color: '#505FAA'

red 80 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #505FAA

Tints of Rich Blue #505FAA

RGB

 RED value IS 80 (31.64% from 255) = 23.19%

 GREEN value IS 95 (37.5% from 255) = 27.54%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 23.19%
G = 27.54%
B = 49.28%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#505FAA (or 0x505FAA) is known color: Rich Blue. HEX triplet: 50, 5F and AA. RGB value is (80,95,170). Sum of RGB (Red+Green+Blue) = 80+95+170=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #505FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505FAA is #AFA055. Grayscale: #626262. Windows color (decimal): -11509846 or 11165520. OLE color: 11165520.

HSL color Cylindrical-coordinate representation of color #505FAA: hue angle of 230º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505FAA is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 95 170 -
CMYK 0.53 0.44 0 0.33
HSL 230º 0.36% 0.49% -
HSV(B) 230º 0.53% 0.67% -
XYZ 14.66 12.79 39.73 -
YUV 99.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 80 95 170 0.53 0.44 0 0.33 230 0.36 0.49
Hex 50 5F AA 35 2C 0 21 E6 24 31
Octal 120 137 252 65 54 0 41 346 44 61
Binary 1010000 1011111 10101010 110101 101100 0 100001 11100110 100100 110001

Color Harmonies of #505FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FAA

Black with #505FAA

Text Example


Text Example

White with #505FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505FAA; }

 p { color: rgb(80,95,170); }

 H1.HeaderClassName
 {
   color: #505FAA;
 }
 .AnyTagClassName
 {
   color: #505FAA;
 }
</style>

background-color css

<style>
 a { background-color: #505FAA; }

 a { background-color: rgb(80,95,170); }

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

border-color css

<style>
 span { border-color: #505FAA; }

 span { border-color: rgb(80,95,170); }

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