Html Css Color HEX #555DBC Rich Blue

📋 copy color: '#555DBC'

red 85 ◦ green 93 ◦ blue 188

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

Shades of Rich Blue #555DBC

Tints of Rich Blue #555DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

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

R = 23.22%
G = 25.41%
B = 51.37%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#555DBC (or 0x555DBC) is known color: Rich Blue. HEX triplet: 55, 5D and BC. RGB value is (85,93,188). Sum of RGB (Red+Green+Blue) = 85+93+188=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #555DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DBC is #AAA243. Grayscale: #656565. Windows color (decimal): -11182660 or 12344661. OLE color: 12344661.

HSL color Cylindrical-coordinate representation of color #555DBC: hue angle of 235.34º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555DBC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 93 188 -
CMYK 0.55 0.51 0 0.26
HSL 235.34º 0.43% 0.54% -
HSV(B) 235.34º 0.55% 0.74% -
XYZ 16.74 13.39 49.28 -
YUV 101.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 85 93 188 0.55 0.51 0 0.26 235.34 0.43 0.54
Hex 55 5D BC 37 33 0 1A EB 2B 36
Octal 125 135 274 67 63 0 32 353 53 66
Binary 1010101 1011101 10111100 110111 110011 0 11010 11101011 101011 110110

Color Harmonies of #555DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DBC

Black with #555DBC

Text Example


Text Example

White with #555DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555DBC; }

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

 H1.HeaderClassName
 {
   color: #555DBC;
 }
 .AnyTagClassName
 {
   color: #555DBC;
 }
</style>

background-color css

<style>
 a { background-color: #555DBC; }

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

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

border-color css

<style>
 span { border-color: #555DBC; }

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

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