Html Css Color HEX #5060B0 Rich Blue

📋 copy color: '#5060B0'

red 80 ◦ green 96 ◦ blue 176

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

Shades of Rich Blue #5060B0

Tints of Rich Blue #5060B0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 176 (69.14% from 255) = 50%

R = 22.73%
G = 27.27%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5060B0 (or 0x5060B0) is known color: Rich Blue. HEX triplet: 50, 60 and B0. RGB value is (80,96,176). Sum of RGB (Red+Green+Blue) = 80+96+176=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #5060B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5060B0 is #AF9F4F. Grayscale: #646464. Windows color (decimal): -11509584 or 11558992. OLE color: 11558992.

HSL color Cylindrical-coordinate representation of color #5060B0: hue angle of 230º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5060B0 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 96 176 -
CMYK 0.55 0.45 0 0.31
HSL 230º 0.38% 0.5% -
HSV(B) 230º 0.55% 0.69% -
XYZ 15.33 13.21 42.82 -
YUV 100.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 80 96 176 0.55 0.45 0 0.31 230 0.38 0.5
Hex 50 60 B0 37 2D 0 1F E6 26 32
Octal 120 140 260 67 55 0 37 346 46 62
Binary 1010000 1100000 10110000 110111 101101 0 11111 11100110 100110 110010

Color Harmonies of #5060B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060B0

Black with #5060B0

Text Example


Text Example

White with #5060B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5060B0; }

 p { color: rgb(80,96,176); }

 H1.HeaderClassName
 {
   color: #5060B0;
 }
 .AnyTagClassName
 {
   color: #5060B0;
 }
</style>

background-color css

<style>
 a { background-color: #5060B0; }

 a { background-color: rgb(80,96,176); }

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

border-color css

<style>
 span { border-color: #5060B0; }

 span { border-color: rgb(80,96,176); }

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