Html Css Color HEX #5252BA Rich Blue

📋 copy color: '#5252BA'

red 82 ◦ green 82 ◦ blue 186

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

Shades of Rich Blue #5252BA

Tints of Rich Blue #5252BA

RGB

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

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

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

R = 23.43%
G = 23.43%
B = 53.14%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5252BA (or 0x5252BA) is known color: Rich Blue. HEX triplet: 52, 52 and BA. RGB value is (82,82,186). Sum of RGB (Red+Green+Blue) = 82+82+186=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #5252BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5252BA is #ADAD45. Grayscale: #5D5D5D. Windows color (decimal): -11382086 or 12210770. OLE color: 12210770.

HSL color Cylindrical-coordinate representation of color #5252BA: hue angle of 240º 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 #5252BA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 82 186 -
CMYK 0.56 0.56 0 0.27
HSL 240º 0.43% 0.53% -
HSV(B) 240º 0.56% 0.73% -
XYZ 15.36 11.37 47.84 -
YUV 93.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 82 82 186 0.56 0.56 0 0.27 240 0.43 0.53
Hex 52 52 BA 38 38 0 1B F0 2B 35
Octal 122 122 272 70 70 0 33 360 53 65
Binary 1010010 1010010 10111010 111000 111000 0 11011 11110000 101011 110101

Color Harmonies of #5252BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5252BA

Black with #5252BA

Text Example


Text Example

White with #5252BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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