Html Css Color HEX #505CAF Rich Blue

📋 copy color: '#505CAF'

red 80 ◦ green 92 ◦ blue 175

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

Shades of Rich Blue #505CAF

Tints of Rich Blue #505CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

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

R = 23.05%
G = 26.51%
B = 50.43%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#505CAF (or 0x505CAF) is known color: Rich Blue. HEX triplet: 50, 5C and AF. RGB value is (80,92,175). Sum of RGB (Red+Green+Blue) = 80+92+175=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #505CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505CAF is #AFA350. Grayscale: #616161. Windows color (decimal): -11510609 or 11492432. OLE color: 11492432.

HSL color Cylindrical-coordinate representation of color #505CAF: hue angle of 232.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505CAF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 92 175 -
CMYK 0.54 0.47 0 0.31
HSL 232.42º 0.37% 0.5% -
HSV(B) 232.42º 0.54% 0.69% -
XYZ 14.87 12.45 42.18 -
YUV 97.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 80 92 175 0.54 0.47 0 0.31 232.42 0.37 0.5
Hex 50 5C AF 36 2F 0 1F E8 25 32
Octal 120 134 257 66 57 0 37 350 45 62
Binary 1010000 1011100 10101111 110110 101111 0 11111 11101000 100101 110010

Color Harmonies of #505CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CAF

Black with #505CAF

Text Example


Text Example

White with #505CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,92,175); }

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

background-color css

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

 a { background-color: rgb(80,92,175); }

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

border-color css

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

 span { border-color: rgb(80,92,175); }

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