Html Css Color HEX #5552BE Rich Blue

📋 copy color: '#5552BE'

red 85 ◦ green 82 ◦ blue 190

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

Shades of Rich Blue #5552BE

Tints of Rich Blue #5552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 23.81%
G = 22.97%
B = 53.22%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5552BE (or 0x5552BE) is known color: Rich Blue. HEX triplet: 55, 52 and BE. RGB value is (85,82,190). Sum of RGB (Red+Green+Blue) = 85+82+190=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #5552BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BE is #AAAD41. Grayscale: #5E5E5E. Windows color (decimal): -11185474 or 12472917. OLE color: 12472917.

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

Color convert

RGB 85 82 190 -
CMYK 0.55 0.57 0 0.25
HSL 241.67º 0.45% 0.53% -
HSV(B) 241.67º 0.57% 0.75% -
XYZ 16.06 11.68 50.12 -
YUV 95.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 85 82 190 0.55 0.57 0 0.25 241.67 0.45 0.53
Hex 55 52 BE 37 39 0 19 F2 2D 35
Octal 125 122 276 67 71 0 31 362 55 65
Binary 1010101 1010010 10111110 110111 111001 0 11001 11110010 101101 110101

Color Harmonies of #5552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552BE

Black with #5552BE

Text Example


Text Example

White with #5552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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