Html Css Color HEX #5052BC Rich Blue

📋 copy color: '#5052BC'

red 80 ◦ green 82 ◦ blue 188

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

Shades of Rich Blue #5052BC

Tints of Rich Blue #5052BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 22.86%
G = 23.43%
B = 53.71%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5052BC (or 0x5052BC) is known color: Rich Blue. HEX triplet: 50, 52 and BC. RGB value is (80,82,188). Sum of RGB (Red+Green+Blue) = 80+82+188=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #5052BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052BC is #AFAD43. Grayscale: #5D5D5D. Windows color (decimal): -11513156 or 12341840. OLE color: 12341840.

HSL color Cylindrical-coordinate representation of color #5052BC: hue angle of 238.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5052BC is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 82 188 -
CMYK 0.57 0.56 0 0.26
HSL 238.89º 0.45% 0.53% -
HSV(B) 238.89º 0.57% 0.74% -
XYZ 15.4 11.37 48.96 -
YUV 93.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 80 82 188 0.57 0.56 0 0.26 238.89 0.45 0.53
Hex 50 52 BC 39 38 0 1A EF 2D 35
Octal 120 122 274 71 70 0 32 357 55 65
Binary 1010000 1010010 10111100 111001 111000 0 11010 11101111 101101 110101

Color Harmonies of #5052BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5052BC

Black with #5052BC

Text Example


Text Example

White with #5052BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5052BC; }

 p { color: rgb(80,82,188); }

 H1.HeaderClassName
 {
   color: #5052BC;
 }
 .AnyTagClassName
 {
   color: #5052BC;
 }
</style>

background-color css

<style>
 a { background-color: #5052BC; }

 a { background-color: rgb(80,82,188); }

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

border-color css

<style>
 span { border-color: #5052BC; }

 span { border-color: rgb(80,82,188); }

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