Html Css Color HEX #5055AF Rich Blue

📋 copy color: '#5055AF'

red 80 ◦ green 85 ◦ blue 175

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

Shades of Rich Blue #5055AF

Tints of Rich Blue #5055AF

RGB

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

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

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

R = 23.53%
G = 25%
B = 51.47%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5055AF (or 0x5055AF) is known color: Rich Blue. HEX triplet: 50, 55 and AF. RGB value is (80,85,175). Sum of RGB (Red+Green+Blue) = 80+85+175=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #5055AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5055AF is #AFAA50. Grayscale: #5D5D5D. Windows color (decimal): -11512401 or 11490640. OLE color: 11490640.

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

Color convert

RGB 80 85 175 -
CMYK 0.54 0.51 0 0.31
HSL 236.84º 0.37% 0.5% -
HSV(B) 236.84º 0.54% 0.69% -
XYZ 14.29 11.3 41.98 -
YUV 93.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 80 85 175 0.54 0.51 0 0.31 236.84 0.37 0.5
Hex 50 55 AF 36 33 0 1F ED 25 32
Octal 120 125 257 66 63 0 37 355 45 62
Binary 1010000 1010101 10101111 110110 110011 0 11111 11101101 100101 110010

Color Harmonies of #5055AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5055AF

Black with #5055AF

Text Example


Text Example

White with #5055AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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