Html Css Color HEX #5057AF Rich Blue

📋 copy color: '#5057AF'

red 80 ◦ green 87 ◦ blue 175

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

Shades of Rich Blue #5057AF

Tints of Rich Blue #5057AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 23.39%
G = 25.44%
B = 51.17%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5057AF (or 0x5057AF) is known color: Rich Blue. HEX triplet: 50, 57 and AF. RGB value is (80,87,175). Sum of RGB (Red+Green+Blue) = 80+87+175=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #5057AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5057AF is #AFA850. Grayscale: #5E5E5E. Windows color (decimal): -11511889 or 11491152. OLE color: 11491152.

HSL color Cylindrical-coordinate representation of color #5057AF: hue angle of 235.58º 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 #5057AF is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 87 175 -
CMYK 0.54 0.50 0 0.31
HSL 235.58º 0.37% 0.5% -
HSV(B) 235.58º 0.54% 0.69% -
XYZ 14.45 11.62 42.04 -
YUV 94.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 80 87 175 0.54 0.50 0 0.31 235.58 0.37 0.5
Hex 50 57 AF 36 32 0 1F EC 25 32
Octal 120 127 257 66 62 0 37 354 45 62
Binary 1010000 1010111 10101111 110110 110010 0 11111 11101100 100101 110010

Color Harmonies of #5057AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057AF

Black with #5057AF

Text Example


Text Example

White with #5057AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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