Html Css Color HEX #555ABF Rich Blue

📋 copy color: '#555ABF'

red 85 ◦ green 90 ◦ blue 191

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

Shades of Rich Blue #555ABF

Tints of Rich Blue #555ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 191 (75% from 255) = 52.19%

R = 23.22%
G = 24.59%
B = 52.19%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#555ABF (or 0x555ABF) is known color: Rich Blue. HEX triplet: 55, 5A and BF. RGB value is (85,90,191). Sum of RGB (Red+Green+Blue) = 85+90+191=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #555ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABF is #AAA540. Grayscale: #636363. Windows color (decimal): -11183425 or 12540501. OLE color: 12540501.

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

Color convert

RGB 85 90 191 -
CMYK 0.55 0.53 0 0.25
HSL 237.17º 0.45% 0.54% -
HSV(B) 237.17º 0.55% 0.75% -
XYZ 16.81 13.01 50.91 -
YUV 100.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 85 90 191 0.55 0.53 0 0.25 237.17 0.45 0.54
Hex 55 5A BF 37 35 0 19 ED 2D 36
Octal 125 132 277 67 65 0 31 355 55 66
Binary 1010101 1011010 10111111 110111 110101 0 11001 11101101 101101 110110

Color Harmonies of #555ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ABF

Black with #555ABF

Text Example


Text Example

White with #555ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,191); }

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

background-color css

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

 a { background-color: rgb(85,90,191); }

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

border-color css

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

 span { border-color: rgb(85,90,191); }

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