Html Css Color HEX #555FBA Rich Blue

📋 copy color: '#555FBA'

red 85 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #555FBA

Tints of Rich Blue #555FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

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

R = 23.22%
G = 25.96%
B = 50.82%

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

#555FBA (or 0x555FBA) is known color: Rich Blue. HEX triplet: 55, 5F and BA. RGB value is (85,95,186). Sum of RGB (Red+Green+Blue) = 85+95+186=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #555FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FBA is #AAA045. Grayscale: #666666. Windows color (decimal): -11182150 or 12214101. OLE color: 12214101.

HSL color Cylindrical-coordinate representation of color #555FBA: hue angle of 234.06º 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 #555FBA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 95 186 -
CMYK 0.54 0.49 0 0.27
HSL 234.06º 0.42% 0.53% -
HSV(B) 234.06º 0.54% 0.73% -
XYZ 16.7 13.66 48.21 -
YUV 102.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 85 95 186 0.54 0.49 0 0.27 234.06 0.42 0.53
Hex 55 5F BA 36 31 0 1B EA 2A 35
Octal 125 137 272 66 61 0 33 352 52 65
Binary 1010101 1011111 10111010 110110 110001 0 11011 11101010 101010 110101

Color Harmonies of #555FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FBA

Black with #555FBA

Text Example


Text Example

White with #555FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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