Html Css Color HEX #5253BA Rich Blue

📋 copy color: '#5253BA'

red 82 ◦ green 83 ◦ blue 186

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

Shades of Rich Blue #5253BA

Tints of Rich Blue #5253BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 23.36%
G = 23.65%
B = 52.99%

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

#5253BA (or 0x5253BA) is known color: Rich Blue. HEX triplet: 52, 53 and BA. RGB value is (82,83,186). Sum of RGB (Red+Green+Blue) = 82+83+186=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #5253BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5253BA is #ADAC45. Grayscale: #5E5E5E. Windows color (decimal): -11381830 or 12211026. OLE color: 12211026.

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

Color convert

RGB 82 83 186 -
CMYK 0.56 0.55 0 0.27
HSL 239.42º 0.43% 0.53% -
HSV(B) 239.42º 0.56% 0.73% -
XYZ 15.44 11.53 47.87 -
YUV 94.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 82 83 186 0.56 0.55 0 0.27 239.42 0.43 0.53
Hex 52 53 BA 38 37 0 1B EF 2B 35
Octal 122 123 272 70 67 0 33 357 53 65
Binary 1010010 1010011 10111010 111000 110111 0 11011 11101111 101011 110101

Color Harmonies of #5253BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5253BA

Black with #5253BA

Text Example


Text Example

White with #5253BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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