Html Css Color HEX #5250BC Rich Blue

📋 copy color: '#5250BC'

red 82 ◦ green 80 ◦ blue 188

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

Shades of Rich Blue #5250BC

Tints of Rich Blue #5250BC

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5250BC (or 0x5250BC) is known color: Rich Blue. HEX triplet: 52, 50 and BC. RGB value is (82,80,188). Sum of RGB (Red+Green+Blue) = 82+80+188=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 80 (31.64% from 255 or 22.86% 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 #5250BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250BC is #ADAF43. Grayscale: #5C5C5C. Windows color (decimal): -11382596 or 12341330. OLE color: 12341330.

HSL color Cylindrical-coordinate representation of color #5250BC: hue angle of 241.11º 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 #5250BC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 80 188 -
CMYK 0.56 0.57 0 0.26
HSL 241.11º 0.45% 0.53% -
HSV(B) 241.11º 0.57% 0.74% -
XYZ 15.43 11.16 48.92 -
YUV 92.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 82 80 188 0.56 0.57 0 0.26 241.11 0.45 0.53
Hex 52 50 BC 38 39 0 1A F1 2D 35
Octal 122 120 274 70 71 0 32 361 55 65
Binary 1010010 1010000 10111100 111000 111001 0 11010 11110001 101101 110101

Color Harmonies of #5250BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5250BC

Black with #5250BC

Text Example


Text Example

White with #5250BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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