Html Css Color HEX #5254BA Rich Blue

📋 copy color: '#5254BA'

red 82 ◦ green 84 ◦ blue 186

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

Shades of Rich Blue #5254BA

Tints of Rich Blue #5254BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 23.3%
G = 23.86%
B = 52.84%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5254BA (or 0x5254BA) is known color: Rich Blue. HEX triplet: 52, 54 and BA. RGB value is (82,84,186). Sum of RGB (Red+Green+Blue) = 82+84+186=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #5254BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5254BA is #ADAB45. Grayscale: #5E5E5E. Windows color (decimal): -11381574 or 12211282. OLE color: 12211282.

HSL color Cylindrical-coordinate representation of color #5254BA: hue angle of 238.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5254BA is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 84 186 -
CMYK 0.56 0.55 0 0.27
HSL 238.85º 0.43% 0.53% -
HSV(B) 238.85º 0.56% 0.73% -
XYZ 15.51 11.68 47.89 -
YUV 95.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 82 84 186 0.56 0.55 0 0.27 238.85 0.43 0.53
Hex 52 54 BA 38 37 0 1B EF 2B 35
Octal 122 124 272 70 67 0 33 357 53 65
Binary 1010010 1010100 10111010 111000 110111 0 11011 11101111 101011 110101

Color Harmonies of #5254BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5254BA

Black with #5254BA

Text Example


Text Example

White with #5254BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5254BA; }

 p { color: rgb(82,84,186); }

 H1.HeaderClassName
 {
   color: #5254BA;
 }
 .AnyTagClassName
 {
   color: #5254BA;
 }
</style>

background-color css

<style>
 a { background-color: #5254BA; }

 a { background-color: rgb(82,84,186); }

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

border-color css

<style>
 span { border-color: #5254BA; }

 span { border-color: rgb(82,84,186); }

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