Html Css Color HEX #5249BE Rich Blue

📋 copy color: '#5249BE'

red 82 ◦ green 73 ◦ blue 190

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

Shades of Rich Blue #5249BE

Tints of Rich Blue #5249BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 23.77%
G = 21.16%
B = 55.07%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5249BE (or 0x5249BE) is known color: Rich Blue. HEX triplet: 52, 49 and BE. RGB value is (82,73,190). Sum of RGB (Red+Green+Blue) = 82+73+190=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5249BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249BE is #ADB641. Grayscale: #585858. Windows color (decimal): -11384386 or 12470610. OLE color: 12470610.

HSL color Cylindrical-coordinate representation of color #5249BE: hue angle of 244.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5249BE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 73 190 -
CMYK 0.57 0.62 0 0.25
HSL 244.62º 0.47% 0.52% -
HSV(B) 244.62º 0.62% 0.75% -
XYZ 15.16 10.28 49.9 -
YUV 89.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 82 73 190 0.57 0.62 0 0.25 244.62 0.47 0.52
Hex 52 49 BE 39 3E 0 19 F5 2F 34
Octal 122 111 276 71 76 0 31 365 57 64
Binary 1010010 1001001 10111110 111001 111110 0 11001 11110101 101111 110100

Color Harmonies of #5249BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249BE

Black with #5249BE

Text Example


Text Example

White with #5249BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5249BE; }

 p { color: rgb(82,73,190); }

 H1.HeaderClassName
 {
   color: #5249BE;
 }
 .AnyTagClassName
 {
   color: #5249BE;
 }
</style>

background-color css

<style>
 a { background-color: #5249BE; }

 a { background-color: rgb(82,73,190); }

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

border-color css

<style>
 span { border-color: #5249BE; }

 span { border-color: rgb(82,73,190); }

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