Html Css Color HEX #555EBA Rich Blue

📋 copy color: '#555EBA'

red 85 ◦ green 94 ◦ blue 186

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

Shades of Rich Blue #555EBA

Tints of Rich Blue #555EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 23.29%
G = 25.75%
B = 50.96%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#555EBA (or 0x555EBA) is known color: Rich Blue. HEX triplet: 55, 5E and BA. RGB value is (85,94,186). Sum of RGB (Red+Green+Blue) = 85+94+186=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #555EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EBA is #AAA145. Grayscale: #656565. Windows color (decimal): -11182406 or 12213845. OLE color: 12213845.

HSL color Cylindrical-coordinate representation of color #555EBA: hue angle of 234.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555EBA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 94 186 -
CMYK 0.54 0.49 0 0.27
HSL 234.65º 0.42% 0.53% -
HSV(B) 234.65º 0.54% 0.73% -
XYZ 16.61 13.48 48.18 -
YUV 101.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 85 94 186 0.54 0.49 0 0.27 234.65 0.42 0.53
Hex 55 5E BA 36 31 0 1B EB 2A 35
Octal 125 136 272 66 61 0 33 353 52 65
Binary 1010101 1011110 10111010 110110 110001 0 11011 11101011 101010 110101

Color Harmonies of #555EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EBA

Black with #555EBA

Text Example


Text Example

White with #555EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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