Html Css Color HEX #555ABE Rich Blue

📋 copy color: '#555ABE'

red 85 ◦ green 90 ◦ blue 190

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

Shades of Rich Blue #555ABE

Tints of Rich Blue #555ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 23.29%
G = 24.66%
B = 52.05%

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

#555ABE (or 0x555ABE) is known color: Rich Blue. HEX triplet: 55, 5A and BE. RGB value is (85,90,190). Sum of RGB (Red+Green+Blue) = 85+90+190=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #555ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABE is #AAA541. Grayscale: #636363. Windows color (decimal): -11183426 or 12474965. OLE color: 12474965.

HSL color Cylindrical-coordinate representation of color #555ABE: hue angle of 237.14º 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 #555ABE is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 90 190 -
CMYK 0.55 0.53 0 0.25
HSL 237.14º 0.45% 0.54% -
HSV(B) 237.14º 0.55% 0.75% -
XYZ 16.7 12.96 50.34 -
YUV 99.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 85 90 190 0.55 0.53 0 0.25 237.14 0.45 0.54
Hex 55 5A BE 37 35 0 19 ED 2D 36
Octal 125 132 276 67 65 0 31 355 55 66
Binary 1010101 1011010 10111110 110111 110101 0 11001 11101101 101101 110110

Color Harmonies of #555ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ABE

Black with #555ABE

Text Example


Text Example

White with #555ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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