Html Css Color HEX #5552BC Rich Blue

📋 copy color: '#5552BC'

red 85 ◦ green 82 ◦ blue 188

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

Shades of Rich Blue #5552BC

Tints of Rich Blue #5552BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 23.94%
G = 23.1%
B = 52.96%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5552BC (or 0x5552BC) is known color: Rich Blue. HEX triplet: 55, 52 and BC. RGB value is (85,82,188). Sum of RGB (Red+Green+Blue) = 85+82+188=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5552BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552BC is #AAAD43. Grayscale: #5E5E5E. Windows color (decimal): -11185476 or 12341845. OLE color: 12341845.

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

Color convert

RGB 85 82 188 -
CMYK 0.55 0.56 0 0.26
HSL 241.7º 0.44% 0.53% -
HSV(B) 241.7º 0.56% 0.74% -
XYZ 15.84 11.6 48.98 -
YUV 94.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 85 82 188 0.55 0.56 0 0.26 241.7 0.44 0.53
Hex 55 52 BC 37 38 0 1A F2 2C 35
Octal 125 122 274 67 70 0 32 362 54 65
Binary 1010101 1010010 10111100 110111 111000 0 11010 11110010 101100 110101

Color Harmonies of #5552BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552BC

Black with #5552BC

Text Example


Text Example

White with #5552BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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