Html Css Color HEX #5552BD Rich Blue

📋 copy color: '#5552BD'

red 85 ◦ green 82 ◦ blue 189

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

Shades of Rich Blue #5552BD

Tints of Rich Blue #5552BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 23.88%
G = 23.03%
B = 53.09%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5552BD (or 0x5552BD) is known color: Rich Blue. HEX triplet: 55, 52 and BD. RGB value is (85,82,189). Sum of RGB (Red+Green+Blue) = 85+82+189=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #5552BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BD is #AAAD42. Grayscale: #5E5E5E. Windows color (decimal): -11185475 or 12407381. OLE color: 12407381.

HSL color Cylindrical-coordinate representation of color #5552BD: hue angle of 241.68º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5552BD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 82 189 -
CMYK 0.55 0.57 0 0.26
HSL 241.68º 0.45% 0.53% -
HSV(B) 241.68º 0.57% 0.74% -
XYZ 15.95 11.64 49.55 -
YUV 95.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 85 82 189 0.55 0.57 0 0.26 241.68 0.45 0.53
Hex 55 52 BD 37 39 0 1A F2 2D 35
Octal 125 122 275 67 71 0 32 362 55 65
Binary 1010101 1010010 10111101 110111 111001 0 11010 11110010 101101 110101

Color Harmonies of #5552BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552BD

Black with #5552BD

Text Example


Text Example

White with #5552BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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