Html Css Color HEX #5552BA Rich Blue

📋 copy color: '#5552BA'

red 85 ◦ green 82 ◦ blue 186

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

Shades of Rich Blue #5552BA

Tints of Rich Blue #5552BA

RGB

 RED value IS 85 (33.59% from 255) = 24.08%

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

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

R = 24.08%
G = 23.23%
B = 52.69%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5552BA (or 0x5552BA) is known color: Rich Blue. HEX triplet: 55, 52 and BA. RGB value is (85,82,186). Sum of RGB (Red+Green+Blue) = 85+82+186=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5552BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BA is #AAAD45. Grayscale: #5E5E5E. Windows color (decimal): -11185478 or 12210773. OLE color: 12210773.

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

Color convert

RGB 85 82 186 -
CMYK 0.54 0.56 0 0.27
HSL 241.73º 0.43% 0.53% -
HSV(B) 241.73º 0.56% 0.73% -
XYZ 15.63 11.51 47.85 -
YUV 94.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 85 82 186 0.54 0.56 0 0.27 241.73 0.43 0.53
Hex 55 52 BA 36 38 0 1B F2 2B 35
Octal 125 122 272 66 70 0 33 362 53 65
Binary 1010101 1010010 10111010 110110 111000 0 11011 11110010 101011 110101

Color Harmonies of #5552BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552BA

Black with #5552BA

Text Example


Text Example

White with #5552BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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